summaryrefslogtreecommitdiff
blob: 61cb30dc963cb27b17415ff7456d424d101dd4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- boot.c.orig	2003-11-25 05:31:24.000000000 +0000
+++ boot.c	2004-06-09 16:35:49.092481712 +0100
@@ -17,6 +17,9 @@
 #include <ctype.h>
 #include <fcntl.h>
 #include <errno.h>
+#ifndef PAGE_SIZE
+# include <asm/page.h>
+#endif
 #include <sys/stat.h>
 
 #include "config.h"
--- partition.c.orig	2003-11-25 06:00:02.000000000 +0000
+++ partition.c	2004-06-09 16:36:51.579982168 +0100
@@ -17,6 +17,9 @@
 #include <ctype.h>
 #include <fcntl.h>
 #include <errno.h>
+#ifndef PAGE_SIZE
+# include <asm/page.h>
+#endif
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <asm/unistd.h>