From 91ff5fd71b760b1b1d8cdfccf536ec7d73436ca2 Mon Sep 17 00:00:00 2001 From: Matthias Dahl Date: Tue, 6 Nov 2001 13:16:47 +0000 Subject: Added missing include for proper compilation on solaris. Thanks to Ian Johnston for reporting it. CVS patchset: 968 CVS date: 2001/11/06 13:16:47 --- src/video_out/video_out_syncfb.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index 6e31fcb70..d7aa278dd 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.35 2001/11/06 13:08:15 matt2000 Exp $ + * $Id: video_out_syncfb.c,v 1.36 2001/11/06 13:16:47 matt2000 Exp $ * * video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine * @@ -38,6 +38,9 @@ #include #include +#ifdef __sun +#include +#endif #include #include #include -- cgit v1.2.3