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/mgt.c | |
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/mgt.c')
-rw-r--r-- | proc/mgt.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |