summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-06-08 20:34:13 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-06-08 20:34:13 +0000
commit1775e71a3a4b78909ef30d3071e053102b202640 (patch)
tree44d2e3e953d627790317b6132bc8e4f7362d2f6b
parenta3f67850d5243a4aa1ea1e57deb6b4e184d6aac8 (diff)
downloadxine-lib-1775e71a3a4b78909ef30d3071e053102b202640.tar.gz
xine-lib-1775e71a3a4b78909ef30d3071e053102b202640.tar.bz2
this is a system-wide header, so <...> seems the better choice
CVS patchset: 6659 CVS date: 2004/06/08 20:34:13
-rw-r--r--src/video_out/video_out_sdl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_sdl.c b/src/video_out/video_out_sdl.c
index 49e529d3e..a395896c4 100644
--- a/src/video_out/video_out_sdl.c
+++ b/src/video_out/video_out_sdl.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_sdl.c,v 1.38 2004/06/08 03:28:31 conrad Exp $
+ * $Id: video_out_sdl.c,v 1.39 2004/06/08 20:34:13 mroi Exp $
*
* video_out_sdl.c, Simple DirectMedia Layer
*
@@ -50,7 +50,7 @@
#if defined (__FreeBSD__)
# include <SDL11/SDL.h>
#else
-# include "SDL.h"
+# include <SDL.h>
#endif
#define LOG_MODULE "video_out_sdl"