diff options
| author | David Greenman <dg@FreeBSD.org> | 1996-03-11 13:01:12 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1996-03-11 13:01:12 +0000 |
| commit | d8d891521ea2d573f3f8d260c21aefd448df4125 (patch) | |
| tree | ca94b00405c6511983ad57036a8a9979f99c3925 /usr.bin/netstat | |
| parent | 48750b4c77de3589460dea1b88bc90f52601775b (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/inet.c | 2 | ||||
| -rw-r--r-- | usr.bin/netstat/ipx.c | 1 | ||||
| -rw-r--r-- | usr.bin/netstat/mroute.c | 1 | ||||
| -rw-r--r-- | usr.bin/netstat/unix.c | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 11ac1ce7ba9d2..0a2848e4b503a 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -36,11 +36,11 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif /* not lint */ #include <sys/param.h> +#include <sys/queue.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/mbuf.h> #include <sys/protosw.h> -#include <sys/queue.h> #include <net/route.h> #include <netinet/in.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index 849743c6928d4..2355d507b6216 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -36,6 +36,7 @@ static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/param.h> +#include <sys/queue.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/mbuf.h> diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index 6aea740eb1b23..92514e9a3df98 100644 --- a/usr.bin/netstat/mroute.c +++ b/usr.bin/netstat/mroute.c @@ -44,6 +44,7 @@ */ #include <sys/param.h> +#include <sys/queue.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 0310b68618368..4095e1bed9010 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -40,6 +40,7 @@ static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) 6/6/93"; */ #include <kvm.h> #include <sys/param.h> +#include <sys/queue.h> #include <sys/protosw.h> #include <sys/socket.h> #include <sys/socketvar.h> |
