diff options
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> |