diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:39:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:39:11 +0000 |
commit | 9e257e9d4d5bd867b0cf8f71597ce811ded3c108 (patch) | |
tree | e448f943a4c7a88c447d4537a370e2c7cb5c4c06 /storeio | |
parent | dafd420fc9ee9c76bdbb015068713700b2a16cc4 (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')
-rw-r--r-- | storeio/dev.c | 1 | ||||
-rw-r--r-- | storeio/pager.c | 1 |
2 files changed, 2 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" diff --git a/storeio/pager.c b/storeio/pager.c index dfcf9b38..75456b83 100644 --- a/storeio/pager.c +++ b/storeio/pager.c @@ -23,6 +23,7 @@ #include <assert.h> #include <strings.h> #include <unistd.h> +#include <sys/mman.h> #include "dev.h" |