diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:43:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:43:10 +0000 |
commit | 96385c577be137cf563fac641fd9c098f784132d (patch) | |
tree | f862695bffd2d3bea37f25fc0307c62a7c009aff /ext2fs/ext2fs.h | |
parent | ae9742d818167edba0609ca0a63e4c6d1dabfcdb (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* ext2fs.h: Add #include <sys/mman.h> for munmap decl.
Diffstat (limited to 'ext2fs/ext2fs.h')
-rw-r--r-- | ext2fs/ext2fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index b84fe646..55f3abec 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -1,6 +1,6 @@ /* Common definitions for the ext2 filesystem translator - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -27,6 +27,7 @@ #include <hurd/diskfs.h> #include <assert.h> #include <rwlock.h> +#include <sys/mman.h> #define __hurd__ /* Enable some hurd-specific fields. */ |