diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:50:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:50:15 +0000 |
commit | 57257d8f67b8c8c9f377b605363916a58d3abe83 (patch) | |
tree | f92bcab68ba4d84d59d657ee5c45025a52c5c2bc /ftpfs/ccache.c | |
parent | 19c9a2509802b36e034f7084ce637791eab57683 (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* netfs.c: Add #include <sys/mman.h> for munmap decl.
* ccache.c: Likewise.
Diffstat (limited to 'ftpfs/ccache.c')
-rw-r--r-- | ftpfs/ccache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftpfs/ccache.c b/ftpfs/ccache.c index 98b568ae..c1e14a98 100644 --- a/ftpfs/ccache.c +++ b/ftpfs/ccache.c @@ -20,6 +20,7 @@ #include <unistd.h> #include <string.h> +#include <sys/mman.h> #include <hurd/netfs.h> |