qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6780] Remove unnecessary prefix on SDL_syswm.h.


From: Anthony Liguori
Subject: [Qemu-devel] [6780] Remove unnecessary prefix on SDL_syswm.h.
Date: Sun, 08 Mar 2009 15:04:07 +0000

Revision: 6780
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6780
Author:   aliguori
Date:     2009-03-08 15:04:07 +0000 (Sun, 08 Mar 2009)
Log Message:
-----------
Remove unnecessary prefix on SDL_syswm.h.  This fixes the build for certain
installs of SDL.

Signed-off-by: Anthony Liguori <address@hidden>

Modified Paths:
--------------
    trunk/sdl.c

Modified: trunk/sdl.c
===================================================================
--- trunk/sdl.c 2009-03-08 14:45:45 UTC (rev 6779)
+++ trunk/sdl.c 2009-03-08 15:04:07 UTC (rev 6780)
@@ -22,7 +22,7 @@
  * THE SOFTWARE.
  */
 #include <SDL.h>
-#include <SDL/SDL_syswm.h>
+#include <SDL_syswm.h>
 
 #ifndef _WIN32
 #include <signal.h>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]