From e16f4c8770b73f530dad842a31298963b6c7e41d Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:51 +0000 Subject: 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 Message-id: 1454089805-5470-2-git-send-email-peter.maydell@linaro.org --- ui/sdl2-2d.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/sdl2-2d.c') diff --git a/ui/sdl2-2d.c b/ui/sdl2-2d.c index 191ee3b52d..95930061ea 100644 --- a/ui/sdl2-2d.c +++ b/ui/sdl2-2d.c @@ -23,6 +23,7 @@ */ /* Ported SDL 1.2 code to 2.0 by Dave Airlie. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "ui/console.h" #include "ui/input.h" -- cgit v1.2.1