diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:39:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:39:03 +0000 |
commit | dafd420fc9ee9c76bdbb015068713700b2a16cc4 (patch) | |
tree | 9afaffb64c3f8b6485b62780c2f6c0511fd15b56 /utils/pids.c | |
parent | 7bb59f74a2ffedd6bf2037ffe83070841055fc21 (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* pids.c: Add #include <sys/mman.h> for munmap decl.
* showtrans.c: Likewise.
* login.c: Likewise.
* storeread.c: Likewise.
* msgport.c: Likewise.
Diffstat (limited to 'utils/pids.c')
-rw-r--r-- | utils/pids.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/pids.c b/utils/pids.c index 5e80a767..1f3ae316 100644 --- a/utils/pids.c +++ b/utils/pids.c @@ -25,6 +25,7 @@ #include <hurd.h> #include <hurd/process.h> #include <mach.h> +#include <sys/mman.h> #include "parse.h" #include "pids.h" |