summaryrefslogtreecommitdiff
path: root/sutils
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:51:47 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:51:47 +0000
commitee2b10d0dae4dd3a1c62e3d31407bcab0e40940b (patch)
tree5b884bb2967eeeca8e3cc02cb708ce504d487908 /sutils
parent5ade8fea0d30e88931f0d64927afd4a5034e8cee (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* clookup.c: Add #include <sys/mman.h>.
Diffstat (limited to 'sutils')
-rw-r--r--sutils/clookup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sutils/clookup.c b/sutils/clookup.c
index 620ceae9..d0f69d9b 100644
--- a/sutils/clookup.c
+++ b/sutils/clookup.c
@@ -25,6 +25,7 @@
#include <string.h>
#include <errno.h>
#include <fcntl.h>
+#include <sys/mman.h>
#include <hurd.h>
#include <hurd/lookup.h>
#include <hurd/id.h>