summaryrefslogtreecommitdiff
path: root/storeio/dev.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:39:11 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:39:11 +0000
commit9e257e9d4d5bd867b0cf8f71597ce811ded3c108 (patch)
treee448f943a4c7a88c447d4537a370e2c7cb5c4c06 /storeio/dev.c
parentdafd420fc9ee9c76bdbb015068713700b2a16cc4 (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* dev.c: Add #include <sys/mman.h> for munmap decl. * pager.c: Likewise.
Diffstat (limited to 'storeio/dev.c')
-rw-r--r--storeio/dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storeio/dev.c b/storeio/dev.c
index cab344c1..70347c7c 100644
--- a/storeio/dev.c
+++ b/storeio/dev.c
@@ -23,6 +23,7 @@
#include <string.h>
#include <hurd/pager.h>
#include <hurd/store.h>
+#include <sys/mman.h>
#include "dev.h"