From 63be400ebc6f14e329b4ea5af7237b50df8ce804 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 13 Feb 2003 19:04:52 +0000 Subject: FreeBSD compile fixes CVS patchset: 4146 CVS date: 2003/02/13 19:04:52 --- src/video_out/video_out_sdl.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/video_out/video_out_sdl.c') diff --git a/src/video_out/video_out_sdl.c b/src/video_out/video_out_sdl.c index 8288bf94c..9ede5d8e0 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.21 2003/01/29 15:34:28 miguelfreitas Exp $ + * $Id: video_out_sdl.c,v 1.22 2003/02/13 19:04:52 heikos Exp $ * * video_out_sdl.c, Simple DirectMedia Layer * @@ -47,7 +47,11 @@ #include #include #include -#include +#if defined (__FreeBSD__) +# include +#else +# include +#endif #include "xine.h" #include "xine_internal.h" -- cgit v1.2.3