summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:39:40 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:39:40 +0000
commit496c1574b8679839f0ba5282cf5aa43fdd8e5da5 (patch)
tree5d00bbc347079b4c69cc9aea2f27ae69f41e7e9e /boot
parent2ab2df1c68ea8e1ceb0a00b26455d257fd5be277 (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* boot.c: Add #include <sys/mman.h> for munmap decl.
Diffstat (limited to 'boot')
-rw-r--r--boot/boot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/boot.c b/boot/boot.c
index 35b181b7..610badc3 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -36,6 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <mach/default_pager.h>
#include <argp.h>
#include <hurd/store.h>
+#include <sys/mman.h>
#include "notify_S.h"
#include "exec_S.h"