]> git.proxmox.com Git - qemu.git/commitdiff
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:13 +0000 (15:04 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 8 Mar 2009 15:04:13 +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/branches/stable_0_10_0@6781 c046a42c-6fe2-441c-8c8c-71466251a162

sdl.c

diff --git a/sdl.c b/sdl.c
index c685b81f6fb4b87596f363e9384ff39f0a320143..ba56957131609c147c14c009a7765329beefe651 100644 (file)
--- a/sdl.c
+++ b/sdl.c
@@ -27,7 +27,7 @@
 #include "x_keymap.h"
 
 #include <SDL.h>
-#include <SDL/SDL_syswm.h>
+#include <SDL_syswm.h>
 
 #ifndef _WIN32
 #include <signal.h>