summaryrefslogtreecommitdiff
blob: 96d582d418e846e79d3490fd887d8ec7aa19488d (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
--- lilo-22.5.6/boot.c	2003-08-03 21:02:55.000000000 +0200
+++ lilo-22.5.6.glibc233/boot.c	2003-08-03 21:03:17.000000000 +0200
@@ -18,6 +18,9 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <a.out.h>
+#ifndef PAGE_SIZE
+# include <asm/page.h>
+#endif
 #include <sys/stat.h>
 
 #include "config.h"
--- lilo-22.5.6/partition.c	2003-08-03 21:03:33.000000000 +0200
+++ lilo-22.5.6.glibc233/partition.c	2003-08-03 21:03:56.000000000 +0200
@@ -18,6 +18,9 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <a.out.h>
+#ifndef PAGE_SIZE
+# include <asm/page.h>
+#endif
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <asm/unistd.h>