From 60dea2157b874f92004eb91a64b09f440b1f9432 Mon Sep 17 00:00:00 2001 From: Roland Mainz Date: Wed, 15 Dec 2004 01:09:36 +0000 Subject: Bug #1936 (https://bugs.freedesktop.org/show_bug.cgi?id=1936) attachment #1395 (https://bugs.freedesktop.org/attachment.cgi?id=1395): Removed inclusion of unnecessary kernel header on Linux. This may fail in an -ansi environment. Patch by Egbert Eich --- lisp/lisp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/lisp.c b/lisp/lisp.c index 15226f6..d21b4b4 100644 --- a/lisp/lisp.c +++ b/lisp/lisp.c @@ -46,7 +46,6 @@ #endif #if defined(linux) -#include /* for PAGE_SIZE */ #define HAS_GETPAGESIZE #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */ #endif -- cgit v1.2.3