From b96a313d3d6c98db61609422a0f2bbbc660d8431 Mon Sep 17 00:00:00 2001 From: aliguori Date: Sun, 8 Mar 2009 15:04:13 +0000 Subject: 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 --- sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#include +#include #ifndef _WIN32 #include -- cgit v1.2.1