diff src/video/fbcon/SDL_fbvideo.c @ 1373:04499d3e1b6b

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 19 Feb 2006 16:42:18 +0000
parents 19418e4422cb
children d910939febfa
line wrap: on
line diff
--- a/src/video/fbcon/SDL_fbvideo.c	Sun Feb 19 06:02:57 2006 +0000
+++ b/src/video/fbcon/SDL_fbvideo.c	Sun Feb 19 16:42:18 2006 +0000
@@ -29,7 +29,6 @@
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <asm/page.h>		/* For definition of PAGE_SIZE */
-#include <sys/io.h>		/* For ioperm() */
 
 #include "SDL_video.h"
 #include "SDL_mouse.h"
@@ -47,6 +46,7 @@
 
 #if defined(i386) && defined(FB_TYPE_VGA_PLANES)
 #define VGA16_FBCON_SUPPORT
+#include <sys/io.h>		/* For ioperm() */
 #ifndef FB_AUX_VGA_PLANES_VGA4
 #define FB_AUX_VGA_PLANES_VGA4	0
 #endif