summaryrefslogtreecommitdiffstats
path: root/io/channel-buffer.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:50:03 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:31:48 -0600
commit48a48dfd925e0a4307358adeaddb2cc8d9ce09dc (patch)
treeb5e53d7968bcb8d1ef41761c9901e8e679c6a4be /io/channel-buffer.c
parentcff6f52265af75bc09e38038aeb8aa958aef1188 (diff)
downloadhqemu-48a48dfd925e0a4307358adeaddb2cc8d9ce09dc.zip
hqemu-48a48dfd925e0a4307358adeaddb2cc8d9ce09dc.tar.gz
io: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1454089805-5470-14-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'io/channel-buffer.c')
-rw-r--r--io/channel-buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io/channel-buffer.c b/io/channel-buffer.c
index daebc92..0f7c567 100644
--- a/io/channel-buffer.c
+++ b/io/channel-buffer.c
@@ -18,6 +18,7 @@
*
*/
+#include "qemu/osdep.h"
#include "io/channel-buffer.h"
#include "io/channel-watch.h"
#include "qemu/sockets.h"
OpenPOWER on IntegriCloud