summaryrefslogtreecommitdiff
path: root/stubs/runstate-check.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:49:52 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-04 17:01:04 +0000
commit87c9b5e047f3799ec9dba6e31ec0522adf06951c (patch)
treef3e85f48079b0ab4562fe89a489ecf3cfc3f6b16 /stubs/runstate-check.c
parente16f4c8770b73f530dad842a31298963b6c7e41d (diff)
downloadqemu-87c9b5e047f3799ec9dba6e31ec0522adf06951c.tar.gz
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 <peter.maydell@linaro.org> Message-id: 1454089805-5470-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'stubs/runstate-check.c')
-rw-r--r--stubs/runstate-check.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/runstate-check.c b/stubs/runstate-check.c
index bd2e3757ae..7c5227e848 100644
--- a/stubs/runstate-check.c
+++ b/stubs/runstate-check.c
@@ -1,3 +1,4 @@
+#include "qemu/osdep.h"
#include "sysemu/sysemu.h"
bool runstate_check(RunState state)