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/dev.c | |
parent | dafd420fc9ee9c76bdbb015068713700b2a16cc4 (diff) | |
download | hurd-9e257e9d4d5bd867b0cf8f71597ce811ded3c108.tar.gz hurd-9e257e9d4d5bd867b0cf8f71597ce811ded3c108.tar.bz2 hurd-9e257e9d4d5bd867b0cf8f71597ce811ded3c108.zip |
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.c | 1 |
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" |