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/unix.c | |
parent | 48750b4c77de3589460dea1b88bc90f52601775b (diff) | |
download | src-d8d891521ea2d573f3f8d260c21aefd448df4125.tar.gz src-d8d891521ea2d573f3f8d260c21aefd448df4125.zip |
Notes
Diffstat (limited to 'usr.bin/netstat/unix.c')
-rw-r--r-- | usr.bin/netstat/unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 0310b6861836..4095e1bed901 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> |