author | Ryan C. Gordon <icculus@icculus.org> |
Wed, 14 Mar 2007 01:10:43 +0000 | |
changeset 2096 | 87256df87837 |
parent 2095 | 1d9cd8266e22 |
child 2097 | b0048df1701a |
--- a/src/video/fbcon/SDL_fbvideo.c Tue Feb 20 22:54:25 2007 +0000 +++ b/src/video/fbcon/SDL_fbvideo.c Wed Mar 14 01:10:43 2007 +0000 @@ -29,7 +29,11 @@ #include <unistd.h> #include <sys/ioctl.h> #include <sys/mman.h> + +#ifndef HAVE_GETPAGESIZE #include <asm/page.h> /* For definition of PAGE_SIZE */ +#endif + #include <linux/vt.h> #include "SDL_video.h"