Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon.

This commit is contained in:
Ryan C. Gordon
2007-03-14 01:10:43 +00:00
parent f19750fb44
commit 435e813700

View File

@@ -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"