Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fb…
Browse files Browse the repository at this point in the history
…con.
  • Loading branch information
icculus committed Mar 14, 2007
1 parent 3dc7c7d commit 9a7ba9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/video/fbcon/SDL_fbvideo.c
Expand Up @@ -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"
Expand Down

0 comments on commit 9a7ba9d

Please sign in to comment.