summaryrefslogtreecommitdiff
path: root/utils/storeread.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:39:03 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:39:03 +0000
commitdafd420fc9ee9c76bdbb015068713700b2a16cc4 (patch)
tree9afaffb64c3f8b6485b62780c2f6c0511fd15b56 /utils/storeread.c
parent7bb59f74a2ffedd6bf2037ffe83070841055fc21 (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* pids.c: Add #include <sys/mman.h> for munmap decl. * showtrans.c: Likewise. * login.c: Likewise. * storeread.c: Likewise. * msgport.c: Likewise.
Diffstat (limited to 'utils/storeread.c')
-rw-r--r--utils/storeread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/storeread.c b/utils/storeread.c
index faae7225..80c36466 100644
--- a/utils/storeread.c
+++ b/utils/storeread.c
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <hurd.h>
#include <sys/fcntl.h>
+#include <sys/mman.h>
#include <hurd/store.h>