From ac054cbc2f23202b62c7e8e69ac93355ca5eada0 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 28 May 2002 10:40:16 +0000 Subject: FreeBSD compile fix CVS patchset: 1959 CVS date: 2002/05/28 10:40:16 --- src/video_out/video_out_syncfb.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/video_out') diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index dabe55d8a..2fddb1618 100644 --- a/src/video_out/video_out_syncfb.c +++ b/src/video_out/video_out_syncfb.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_syncfb.c,v 1.69 2002/05/04 21:30:15 matt2000 Exp $ + * $Id: video_out_syncfb.c,v 1.70 2002/05/28 10:43:45 heikos Exp $ * * video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine * @@ -41,6 +41,9 @@ #endif #include +#if defined (__FreeBSD__) +#include +#endif #include #include #include -- cgit v1.2.3