From 94810418f8387c85769d132827e9937e4b1d0238 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 19:42:00 +0000 Subject: 1999-07-11 Roland McGrath * sock.h: Add #include . --- pflocal/sock.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pflocal') 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 @@ -23,13 +23,14 @@ #include #include /* For mutexes */ +#include #include 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; -- cgit v1.2.3