--- src/Makefile.in	2008-03-29 07:17:48.000000000 -0500
+++ src/Makefile.in	2008-08-01 02:40:06.000000000 -0500
@@ -228,7 +228,7 @@
 ltris_LDADD = @mixer_flag@
 EXTRA_DIST = sdl.c menu.c item.c manager.c value.c main.c audio.c event.c \
 list.c tools.c config.c chart.c tetris.c bowl.c shrapnells.c cpu.c \
-sdl.h menu.h item.h manager.h value.h audio.h event.h list.h tools.h \
+sdl_.h menu.h item.h manager.h value.h audio.h event.h list.h tools.h \
 config.h chart.h tetris.h bowl.h shrapnells.h cpu.h ltris.h \
 hint.c hint.h gfx.S gfx.h parser.h gettext.h \
 empty.hscr figures
--- src/config.c	2005-10-04 16:25:36.000000000 -0500
+++ src/config.c	2008-08-01 02:40:15.000000000 -0500
@@ -23,7 +23,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "sdl.h"
+#include "sdl_.h"
 #include "config.h"
 #include "parser.h"
 
--- src/ltris.h	2005-10-04 13:24:02.000000000 -0500
+++ src/ltris.h	2008-08-01 02:40:12.000000000 -0500
@@ -32,7 +32,7 @@
 #include <SDL_mixer.h>
 #include "audio.h"
 #endif
-#include "sdl.h"
+#include "sdl_.h"
 #include "tools.h"
 #include "config.h"
 
--- src/sdl.c	2004-06-14 02:54:33.000000000 -0500
+++ src/sdl.c	2008-08-01 02:39:59.000000000 -0500
@@ -18,7 +18,7 @@
 #include <SDL.h>
 #include <stdlib.h>
 #include <string.h>
-#include "sdl.h"
+#include "sdl_.h"
 
 #ifdef USE_PNG
 #include <png.h>
--- src/sdl_.h	2003-06-06 03:59:05.000000000 -0500
+++ src/sdl_.h	2008-08-01 02:39:55.000000000 -0500
@@ -1,5 +1,5 @@
 /***************************************************************************
-                          sdl.h  -  description
+                          sdl_.h  -  description
                              -------------------
     begin                : Thu Apr 20 2000
     copyright            : (C) 2000 by Michael Speck
