From a3f67850d5243a4aa1ea1e57deb6b4e184d6aac8 Mon Sep 17 00:00:00 2001 From: Conrad Parker Date: Tue, 8 Jun 2004 03:28:31 +0000 Subject: applied patch from ozone, which he's tested on linux and osx. "fixes building Xine with Fink's SDL tree on Mac OS X" CVS patchset: 6658 CVS date: 2004/06/08 03:28:31 --- 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 3cede2844..49e529d3e 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.37 2004/04/26 17:50:10 mroi Exp $ + * $Id: video_out_sdl.c,v 1.38 2004/06/08 03:28:31 conrad Exp $ * * video_out_sdl.c, Simple DirectMedia Layer * @@ -50,7 +50,7 @@ #if defined (__FreeBSD__) # include #else -# include +# include "SDL.h" #endif #define LOG_MODULE "video_out_sdl" -- cgit v1.2.3