From 87c9b5e047f3799ec9dba6e31ec0522adf06951c Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:52 +0000 Subject: stubs: 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-3-git-send-email-peter.maydell@linaro.org --- stubs/notify-event.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stubs/notify-event.c') diff --git a/stubs/notify-event.c b/stubs/notify-event.c index 32f7289d3a..14e52268a8 100644 --- a/stubs/notify-event.c +++ b/stubs/notify-event.c @@ -1,3 +1,4 @@ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/main-loop.h" -- cgit v1.2.1