Mercurial > sdl-ios-xcode
comparison src/video/fbcon/SDL_fbvideo.c @ 2096:87256df87837
Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 14 Mar 2007 01:10:43 +0000 |
parents | cdaeb26ed66a |
children | 2c835d58faad |
comparison
equal
deleted
inserted
replaced
2095:1d9cd8266e22 | 2096:87256df87837 |
---|---|
27 #include <stdio.h> | 27 #include <stdio.h> |
28 #include <fcntl.h> | 28 #include <fcntl.h> |
29 #include <unistd.h> | 29 #include <unistd.h> |
30 #include <sys/ioctl.h> | 30 #include <sys/ioctl.h> |
31 #include <sys/mman.h> | 31 #include <sys/mman.h> |
32 | |
33 #ifndef HAVE_GETPAGESIZE | |
32 #include <asm/page.h> /* For definition of PAGE_SIZE */ | 34 #include <asm/page.h> /* For definition of PAGE_SIZE */ |
35 #endif | |
36 | |
33 #include <linux/vt.h> | 37 #include <linux/vt.h> |
34 | 38 |
35 #include "SDL_video.h" | 39 #include "SDL_video.h" |
36 #include "SDL_mouse.h" | 40 #include "SDL_mouse.h" |
37 #include "../SDL_sysvideo.h" | 41 #include "../SDL_sysvideo.h" |