From 496c1574b8679839f0ba5282cf5aa43fdd8e5da5 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Sun, 11 Jul 1999 01:39:40 +0000
Subject: 1999-07-10  Roland McGrath  <roland@baalperazim.frob.com>

	* boot.c: Add #include <sys/mman.h> for munmap decl.
---
 boot/boot.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'boot/boot.c')

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"
-- 
cgit v1.2.3