equal
deleted
inserted
replaced
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" |