summaryrefslogtreecommitdiff
path: root/pflocal/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'pflocal/sock.h')
-rw-r--r--pflocal/sock.h5
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;