From cae9fc567d89aacfa556917c49bd5399ee24d0fa Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:50:03 +0000 Subject: 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 Message-id: 1454089805-5470-14-git-send-email-peter.maydell@linaro.org --- io/channel-command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'io/channel-command.c') diff --git a/io/channel-command.c b/io/channel-command.c index a9c67aa221..f53ce0f4f4 100644 --- a/io/channel-command.c +++ b/io/channel-command.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "io/channel-command.h" #include "io/channel-watch.h" #include "qemu/sockets.h" -- cgit 1.4.1