diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:39:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:39:40 +0000 |
commit | 496c1574b8679839f0ba5282cf5aa43fdd8e5da5 (patch) | |
tree | 5d00bbc347079b4c69cc9aea2f27ae69f41e7e9e /boot/boot.c | |
parent | 2ab2df1c68ea8e1ceb0a00b26455d257fd5be277 (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* boot.c: Add #include <sys/mman.h> for munmap decl.
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 1 |
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" |