diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 19:42:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 19:42:00 +0000 |
commit | 94810418f8387c85769d132827e9937e4b1d0238 (patch) | |
tree | 8c5e96a9bd314e4788f01d4116212da3f609ef6f | |
parent | 6e3fda9082c567aa4ac4fe4b819630394a7bbe3c (diff) |
1999-07-11 Roland McGrath <roland@baalperazim.frob.com>
* sock.h: Add #include <sys/mman.h>.
-rw-r--r-- | pflocal/sock.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pflocal/sock.h b/pflocal/sock.h index f09e5ca8..e2852da0 100644 --- a/pflocal/sock.h +++ b/pflocal/sock.h @@ -1,6 +1,6 @@ /* Internal sockets - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -23,13 +23,14 @@ #include <assert.h> #include <cthreads.h> /* For mutexes */ +#include <sys/mman.h> #include <hurd/ports.h> struct pipe; struct pipe_class; -/* A port on SOCK. Multiple sock_user's can point to the same socket. */ +/* A port on SOCK. Multiple sock_user's can point to the same socket. */ struct sock_user { struct port_info pi; |