# HG changeset patch # User Ryan C. Gordon # Date 1173834643 0 # Node ID 87256df8783715731d0e9e6d84c429f112ea49f3 # Parent 1d9cd8266e224e3a814db8e19d053f30ef2d7076 Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon. diff -r 1d9cd8266e22 -r 87256df87837 src/video/fbcon/SDL_fbvideo.c --- 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 #include #include + +#ifndef HAVE_GETPAGESIZE #include /* For definition of PAGE_SIZE */ +#endif + #include #include "SDL_video.h"