summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-08 15:04:07 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-08 15:04:07 +0000
commitc9985aa8364e423f1272355521274f3faed6022f (patch)
treed965f920d8485878aa846bfa6c94107b4bdc80fb /sdl.c
parente63d7abddefbe36532f501d66371624a2bbc03b9 (diff)
downloadqemu-c9985aa8364e423f1272355521274f3faed6022f.tar.gz
Remove unnecessary prefix on SDL_syswm.h. This fixes the build for certain
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
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 1 insertions, 1 deletions
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 <SDL.h>
-#include <SDL/SDL_syswm.h>
+#include <SDL_syswm.h>
#ifndef _WIN32
#include <signal.h>