summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-10-03 21:05:08 +0000
committersam <sam@FreeBSD.org>2003-10-03 21:05:08 +0000
commitf2e253044643b9ebd1b6416fc05bdc471e53b4ad (patch)
tree30d651d55e80ded969e5f5a353c98f91e5f24e63 /usr.bin/netstat
parent7e54937ddb022f672576cb288d412974c0534239 (diff)
downloadFreeBSD-src-f2e253044643b9ebd1b6416fc05bdc471e53b4ad.zip
FreeBSD-src-f2e253044643b9ebd1b6416fc05bdc471e53b4ad.tar.gz
remove unneeded include of route.h
Supported by: FreeBSD Foundation
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/route.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c
index 09572dd..a61fb17 100644
--- a/usr.bin/netstat/route.c
+++ b/usr.bin/netstat/route.c
@@ -49,6 +49,7 @@ static const char rcsid[] =
#include <net/if_var.h>
#include <net/if_dl.h>
#include <net/if_types.h>
+#include <net/radix.h>
#include <net/route.h>
#include <netinet/in.h>
OpenPOWER on IntegriCloud