summaryrefslogtreecommitdiff
path: root/nfsd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:43:45 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:43:45 +0000
commit673664a472d7997305cbdd509cf8d6f57192d6cd (patch)
treedd4278e7d48ddd866d1cba5642c047a76e7f7db9 /nfsd
parent316096560649ce041c0eb2afb32ec616c66e4cc3 (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* cache.c: Add #include <sys/mman.h> for munmap decl.
Diffstat (limited to 'nfsd')
-rw-r--r--nfsd/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfsd/cache.c b/nfsd/cache.c
index 915666d4..deb8ebe3 100644
--- a/nfsd/cache.c
+++ b/nfsd/cache.c
@@ -20,6 +20,7 @@
#include <string.h>
+#include <sys/mman.h>
#include <hurd/fsys.h>
#include <assert.h>
#include <string.h>