aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2003-10-03 21:05:08 +0000
committerSam Leffler <sam@FreeBSD.org>2003-10-03 21:05:08 +0000
commit8145952fa5d8db6cb584939b1854e240eb5e0a16 (patch)
tree30d651d55e80ded969e5f5a353c98f91e5f24e63 /usr.bin/netstat
parent2091a3fbaf66668cf8243dc5c0b13ddd047759bf (diff)
Notes
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 09572dd870c3..a61fb17b7991 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>