summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mroute.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1996-03-11 13:01:12 +0000
committerdg <dg@FreeBSD.org>1996-03-11 13:01:12 +0000
commit42390683e5de322e34b244ea03ffa0e6e1b0cb0f (patch)
treeca94b00405c6511983ad57036a8a9979f99c3925 /usr.bin/netstat/mroute.c
parent003979654a13a39afb33369ee6b75cefd950ae9f (diff)
downloadFreeBSD-src-42390683e5de322e34b244ea03ffa0e6e1b0cb0f.zip
FreeBSD-src-42390683e5de322e34b244ea03ffa0e6e1b0cb0f.tar.gz
Move #include of queue.h before #include of socketvar.h in preparation for
struct socket changes.
Diffstat (limited to 'usr.bin/netstat/mroute.c')
-rw-r--r--usr.bin/netstat/mroute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c
index 6aea740..92514e9 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>
OpenPOWER on IntegriCloud