diff options
author | bde <bde@FreeBSD.org> | 1997-12-21 16:35:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-12-21 16:35:12 +0000 |
commit | 7fb46d49218076b8a6b7f0ddeb7afd3d18187df8 (patch) | |
tree | 302ab6db2aa4c8bd74494f8f0e0611d9d70a4cf2 /sys/netipx | |
parent | eea70ed327c60cf4c3aff2d936fca12324fc9f47 (diff) | |
download | FreeBSD-src-7fb46d49218076b8a6b7f0ddeb7afd3d18187df8.zip FreeBSD-src-7fb46d49218076b8a6b7f0ddeb7afd3d18187df8.tar.gz |
Moved some declarations from <sys/socket.h> to the correct places, and
fixed everything that depended on them being misplaced.
Diffstat (limited to 'sys/netipx')
-rw-r--r-- | sys/netipx/ipx_ip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c index bd9eb51..822144a 100644 --- a/sys/netipx/ipx_ip.c +++ b/sys/netipx/ipx_ip.c @@ -33,7 +33,7 @@ * * @(#)ipx_ip.c * - * $Id: ipx_ip.c,v 1.16 1997/06/26 19:35:47 jhay Exp $ + * $Id: ipx_ip.c,v 1.17 1997/12/15 20:31:13 eivind Exp $ */ /* @@ -49,6 +49,7 @@ #include <sys/mbuf.h> #include <sys/protosw.h> #include <sys/socket.h> +#include <sys/socketvar.h> #include <sys/sockio.h> #include <net/if.h> |