summaryrefslogtreecommitdiffstats
path: root/stubs/cpu-get-clock.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-29 18:49:52 +0100
committerPeter Maydell2016-02-04 18:01:04 +0100
commit87c9b5e047f3799ec9dba6e31ec0522adf06951c (patch)
treef3e85f48079b0ab4562fe89a489ecf3cfc3f6b16 /stubs/cpu-get-clock.c
parentui: Clean up includes (diff)
downloadqemu-87c9b5e047f3799ec9dba6e31ec0522adf06951c.tar.gz
qemu-87c9b5e047f3799ec9dba6e31ec0522adf06951c.tar.xz
qemu-87c9b5e047f3799ec9dba6e31ec0522adf06951c.zip
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/cpu-get-clock.c')
-rw-r--r--stubs/cpu-get-clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stubs/cpu-get-clock.c b/stubs/cpu-get-clock.c
index 5b34c976d9..1d07523b86 100644
--- a/stubs/cpu-get-clock.c
+++ b/stubs/cpu-get-clock.c
@@ -1,3 +1,4 @@
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/timer.h"