summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-10-24 02:58:39 +0000
committerdillon <dillon@FreeBSD.org>1999-10-24 02:58:39 +0000
commit8c8443ab963c1f888eb1da4c5868b9f578078f9b (patch)
treed5be4ed1cab4ddbb681ec2426cbede06cc8b9124 /usr.bin/netstat
parentcbd46ae245fe46c8a0ea64372b8d4897bef6a352 (diff)
downloadFreeBSD-src-8c8443ab963c1f888eb1da4c5868b9f578078f9b.zip
FreeBSD-src-8c8443ab963c1f888eb1da4c5868b9f578078f9b.tar.gz
Put include <netgraph.h> back in - problem was due to a cvsup mess on
freefall. There may also be a real problem w/ buildworld but the fix would go somewhere else, not here.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/netgraph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c
index e43fb7b..82a2d87 100644
--- a/usr.bin/netstat/netgraph.c
+++ b/usr.bin/netstat/netgraph.c
@@ -48,6 +48,7 @@ static const char rcsid[] =
#include <net/route.h>
+#include <netgraph.h>
#include <netgraph/ng_message.h>
#include <netgraph/ng_socket.h>
#include <netgraph/ng_socketvar.h>
OpenPOWER on IntegriCloud