From edea4583028eacf91bf7324eb0beedcb7369e103 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 27 Feb 2002 19:40:29 +0000 Subject: Include bsd headers only in bsd. CVS patchset: 1531 CVS date: 2002/02/27 19:40:29 --- src/video_out/video_out_xv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index f5a1b5327..b1ba799ab 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.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_xv.c,v 1.100 2002/02/27 11:42:39 guenter Exp $ + * $Id: video_out_xv.c,v 1.101 2002/02/27 19:40:29 f1rmb Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -42,7 +42,9 @@ #include #include +#if defined(__FreeBSD__) #include +#endif #include #include #include -- cgit v1.2.3