diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:45:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:45:09 +0000 |
commit | f4d9ddb47b566a8930a5e7124a719f006c2da357 (patch) | |
tree | 748000bffc04a5ef299ea627e1ea9ddab89b713b /proc | |
parent | e783d71f31983f1b0ba91ee3904a29c493d72662 (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* info.c: Add #include <sys/mman.h> for munmap decl.
* mgt.c: Likewise.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/info.c | 1 | ||||
-rw-r--r-- | proc/mgt.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/proc/info.c b/proc/info.c index 17fba079..dd10152c 100644 --- a/proc/info.c +++ b/proc/info.c @@ -21,6 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <mach.h> #include <sys/types.h> +#include <sys/mman.h> #include <hurd/hurd_types.h> #include <stdlib.h> #include <errno.h> @@ -21,6 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <mach.h> #include <sys/types.h> +#include <sys/mman.h> #include <errno.h> #include <hurd/hurd_types.h> #include <stdlib.h> |