diff options
Diffstat (limited to 'src/video_out/video_out_syncfb.c')
-rw-r--r-- | src/video_out/video_out_syncfb.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index fa09ddf99..ae3435d72 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.5 2001/06/14 18:32:57 guenter Exp $ + * $Id: video_out_syncfb.c,v 1.6 2001/06/21 17:34:24 guenter Exp $ * * video_out_syncfb.c, Matrox G400 video extension interface for xine * @@ -54,6 +54,10 @@ #include <linux/config.h> /* Check for DEVFS */ #endif +#if defined(__sun) +#include <sys/ioccom.h> +#endif + #include "video_out.h" #include "video_out_x11.h" #include "video_out_syncfb.h" |