summaryrefslogtreecommitdiff
path: root/proc/mgt.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:45:09 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:45:09 +0000
commitf4d9ddb47b566a8930a5e7124a719f006c2da357 (patch)
tree748000bffc04a5ef299ea627e1ea9ddab89b713b /proc/mgt.c
parente783d71f31983f1b0ba91ee3904a29c493d72662 (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/mgt.c')
-rw-r--r--proc/mgt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc/mgt.c b/proc/mgt.c
index 643ea34c..581338dc 100644
--- a/proc/mgt.c
+++ b/proc/mgt.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 <errno.h>
#include <hurd/hurd_types.h>
#include <stdlib.h>