From c9985aa8364e423f1272355521274f3faed6022f Mon Sep 17 00:00:00 2001 From: aliguori Date: Sun, 8 Mar 2009 15:04:07 +0000 Subject: [PATCH] Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certain installs of SDL. Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6780 c046a42c-6fe2-441c-8c8c-71466251a162 --- sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl.c b/sdl.c index 091edea6ba..a748426abc 100644 --- a/sdl.c +++ b/sdl.c @@ -22,7 +22,7 @@ * THE SOFTWARE. */ #include -#include +#include #ifndef _WIN32 #include -- 2.11.4.GIT