From: aliguori Date: Sun, 8 Mar 2009 15:04:13 +0000 (+0000) Subject: Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certain X-Git-Tag: xen-3.4.0-rc2~1^2~20^2~16 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b96a313d3d6c98db61609422a0f2bbbc660d8431;p=qemu-xen-3.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/branches/stable_0_10_0@6781 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/sdl.c b/sdl.c index c685b81f..ba569571 100644 --- a/sdl.c +++ b/sdl.c @@ -27,7 +27,7 @@ #include "x_keymap.h" #include -#include +#include #ifndef _WIN32 #include