diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:48:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:48:41 +0000 |
commit | f74ed6f7bb7aa061c75a387763390ab36d83395d (patch) | |
tree | a6c0175f00a2be5d0bf40086a5fd66a1ba210676 | |
parent | 033579a8f63ddc935e8fd3b96a5e4ead57e5f54b (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* init.c: Add #include <sys/mman.h> for munmap decl.
-rw-r--r-- | init/init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/init.c b/init/init.c index 25b19521..ba2f9eec 100644 --- a/init/init.c +++ b/init/init.c @@ -38,10 +38,9 @@ #include <hurd/term.h> #include <hurd/fshelp.h> #include <paths.h> -#include <sys/wait.h> +#include <sys/mman.h> #include <hurd/msg_server.h> #include <wire.h> -#include <paths.h> #include <sys/wait.h> #include <error.h> #include <hurd/msg_reply.h> |