summaryrefslogtreecommitdiff
path: root/pflocal
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:44:01 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:44:01 +0000
commit3efbb6161dddad1098c7e1449e21405dee476c8c (patch)
tree49501881768a8477ef06e2b0ee3d9f50953251ad /pflocal
parent673664a472d7997305cbdd509cf8d6f57192d6cd (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* io.c: Add #include <sys/mman.h> for munmap decl.
Diffstat (limited to 'pflocal')
-rw-r--r--pflocal/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pflocal/io.c b/pflocal/io.c
index 1189eba7..133c75c9 100644
--- a/pflocal/io.c
+++ b/pflocal/io.c
@@ -23,6 +23,7 @@
#include <sys/types.h>
#include <sys/fcntl.h>
#include <sys/stat.h>
+#include <sys/mman.h>
#include <hurd.h> /* for getauth() */
#include <hurd/hurd_types.h>