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/task.c | 1 + 1 file changed, 1 insertion(+) (limited to 'io/task.c') diff --git a/io/task.c b/io/task.c index 3127fca771..bf1a3339b2 100644 --- a/io/task.c +++ b/io/task.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "io/task.h" #include "qemu/thread.h" #include "trace.h" -- cgit 1.4.1