diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 19:42:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 19:42:52 +0000 |
commit | 4a1edb2f870e7923e0551563507d75ad83692774 (patch) | |
tree | 1e1f06b0173380c321e866bdaf3e80b68f4f6454 | |
parent | 594f8dd36b37b353eda520921a57d28480351bc6 (diff) |
1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
* proc.h: Add #include <sys/mman.h>.
-rw-r--r-- | proc/proc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proc/proc.h b/proc/proc.h index dcc649c7..9f1d0556 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -1,5 +1,5 @@ /* Process server definitions - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1992,93,94,95,96,99 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define PROC_H_INCLUDED #include <sys/resource.h> +#include <sys/mman.h> #include <hurd/ports.h> #include <cthreads.h> |