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/pager.c | |
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/pager.c')
-rw-r--r-- | storeio/pager.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |