summaryrefslogtreecommitdiffstats
path: root/ui/sdl.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-29 18:49:51 +0100
committerPeter Maydell2016-02-04 18:01:04 +0100
commite16f4c8770b73f530dad842a31298963b6c7e41d (patch)
tree9ee4d6ae2e8e68bddcf31473b9d78887b6401157 /ui/sdl.c
parentMerge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int... (diff)
downloadqemu-e16f4c8770b73f530dad842a31298963b6c7e41d.tar.gz
qemu-e16f4c8770b73f530dad842a31298963b6c7e41d.tar.xz
qemu-e16f4c8770b73f530dad842a31298963b6c7e41d.zip
ui: 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-2-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'ui/sdl.c')
-rw-r--r--ui/sdl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/sdl.c b/ui/sdl.c
index f215fe140d..9804ee8dfb 100644
--- a/ui/sdl.c
+++ b/ui/sdl.c
@@ -25,6 +25,7 @@
/* Avoid compiler warning because macro is redefined in SDL_syswm.h. */
#undef WIN32_LEAN_AND_MEAN
+#include "qemu/osdep.h"
#include <SDL.h>
#include <SDL_syswm.h>