diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-04-14 18:23:48 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-04-14 18:23:48 +0000 |
| commit | 936342eff1edb84445c83465e5144e423312b854 (patch) | |
| tree | 1bbb276dda072ff392a68cb326c79b36425c3ab2 /sys | |
| parent | ea0110598882bfc78c23cde9feaf1172f83b1a7a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/uipc_proto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/uipc_proto.c b/sys/kern/uipc_proto.c index f652ce3f60be..664373c430c5 100644 --- a/sys/kern/uipc_proto.c +++ b/sys/kern/uipc_proto.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_proto.c 8.1 (Berkeley) 6/10/93 - * $Id: uipc_proto.c,v 1.9 1997/02/22 09:39:27 peter Exp $ + * $Id: uipc_proto.c,v 1.10 1997/02/24 20:30:55 wollman Exp $ */ #include <sys/param.h> @@ -41,6 +41,7 @@ #include <sys/protosw.h> #include <sys/socket.h> #include <sys/sysctl.h> +#include <sys/queue.h> #include <sys/un.h> #include <net/raw_cb.h> |
