summaryrefslogtreecommitdiff
path: root/lisp/lisp.c
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:17 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:17 +0000
commitc4baf5cfa9e906cfb3fed738f11d8ec8d0ff535b (patch)
treea897b55362cea1030d87f5960ec1db434742be5f /lisp/lisp.c
parentf9fb54809c56e625c1d72beb96157e20aab17412 (diff)
Pull XORG-6_8_0 to CYGWIN branchCYGWIN-6_8_0-MERGE
Diffstat (limited to 'lisp/lisp.c')
-rw-r--r--lisp/lisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/lisp.c b/lisp/lisp.c
index da5d1c8..15226f6 100644
--- a/lisp/lisp.c
+++ b/lisp/lisp.c
@@ -46,7 +46,7 @@
#endif
#if defined(linux)
-#include <asm/page.h> /* for PAGE_SIZE */
+#include <asm/page.h> /* for PAGE_SIZE */
#define HAS_GETPAGESIZE
#define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */
#endif