summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-08 15:04:13 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-08 15:04:13 +0000
commitb96a313d3d6c98db61609422a0f2bbbc660d8431 (patch)
treed88a9904100864c1e968c82b763f98356e80c911
parentd9aa1fce5a7a1bf642fc94743cdfc5efa29df21f (diff)
downloadqemu-b96a313d3d6c98db61609422a0f2bbbc660d8431.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/branches/stable_0_10_0@6781 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index c685b81f6f..ba56957131 100644
--- 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>