From 1775e71a3a4b78909ef30d3071e053102b202640 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 8 Jun 2004 20:34:13 +0000 Subject: this is a system-wide header, so <...> seems the better choice CVS patchset: 6659 CVS date: 2004/06/08 20:34:13 --- src/video_out/video_out_sdl.c | 4 ++-- 1 file 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 #else -# include "SDL.h" +# include #endif #define LOG_MODULE "video_out_sdl" -- cgit v1.2.3