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/gdbstub.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stubs/gdbstub.c') diff --git a/stubs/gdbstub.c b/stubs/gdbstub.c index f6a4553a31..359c28990a 100644 --- a/stubs/gdbstub.c +++ b/stubs/gdbstub.c @@ -1,3 +1,4 @@ +#include "qemu/osdep.h" #include "stdbool.h" /* bool (in exec/gdbstub.h) */ #include "stddef.h" /* NULL */ #include "exec/gdbstub.h" /* xml_builtin */ -- cgit 1.4.1