From bc9e4e15a9e9a313e5835694da114f6b6ba350c1 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 9 Apr 2004 15:29:33 +0000 Subject: on FreeBSD alpha, sys/types.h is needed before machine/param.h patch by Klaus Robert Suetterlin CVS patchset: 6364 CVS date: 2004/04/09 15:29:33 --- src/video_out/video_out_xv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 715b07761..6104c55d9 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.194 2004/04/07 19:35:42 pmhahn Exp $ + * $Id: video_out_xv.c,v 1.195 2004/04/09 15:29:33 mroi Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -50,10 +50,10 @@ # include #endif +#include #if defined(__FreeBSD__) #include #endif -#include #include #include #include -- cgit v1.2.3