Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certain
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 8 Mar 2009 15:04:07 +0000 (15:04 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 8 Mar 2009 15:04:07 +0000 (15:04 +0000)
installs of SDL.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6780 c046a42c-6fe2-441c-8c8c-71466251a162

sdl.c

diff --git a/sdl.c b/sdl.c
index 091edea..a748426 100644 (file)
--- a/sdl.c
+++ b/sdl.c
@@ -22,7 +22,7 @@
  * THE SOFTWARE.
  */
 #include <SDL.h>
-#include <SDL/SDL_syswm.h>
+#include <SDL_syswm.h>
 
 #ifndef _WIN32
 #include <signal.h>