From: aliguori Date: Sun, 8 Mar 2009 15:04:07 +0000 (+0000) Subject: Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certain X-Git-Tag: v0.11.0-rc0~1169 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c9985aa8364e423f1272355521274f3faed6022f;p=qemu-xen-4.4-testing.git 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 --- diff --git a/sdl.c b/sdl.c index 091edea6b..a748426ab 100644 --- a/sdl.c +++ b/sdl.c @@ -22,7 +22,7 @@ * THE SOFTWARE. */ #include -#include +#include #ifndef _WIN32 #include