* [Qemu-devel] [6781] Remove unnecessary prefix on SDL_syswm.h.
@ 2009-03-08 15:04 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-03-08 15:04 UTC (permalink / raw)
To: qemu-devel
Revision: 6781
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6781
Author: aliguori
Date: 2009-03-08 15:04:13 +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 <aliguori@us.ibm.com>
Modified Paths:
--------------
branches/stable_0_10_0/sdl.c
Modified: branches/stable_0_10_0/sdl.c
===================================================================
--- branches/stable_0_10_0/sdl.c 2009-03-08 15:04:07 UTC (rev 6780)
+++ branches/stable_0_10_0/sdl.c 2009-03-08 15:04:13 UTC (rev 6781)
@@ -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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-08 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 15:04 [Qemu-devel] [6781] Remove unnecessary prefix on SDL_syswm.h Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).