Commit 52335842 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402283
parent dd603b02
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment