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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'io/channel.c') diff --git a/io/channel.c b/io/channel.c index 5e94469de2..3fc09f887c 100644 --- a/io/channel.c +++ b/io/channel.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "io/channel.h" #include "qemu/coroutine.h" -- cgit 1.4.1