diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-10-24 02:58:39 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-10-24 02:58:39 +0000 |
| commit | ebdb21f42966ac6f083f1015e2957ce522ff6cf6 (patch) | |
| tree | d5be4ed1cab4ddbb681ec2426cbede06cc8b9124 /usr.bin/netstat | |
| parent | 3af7d635f104cba7eed4ee3459c356fb9b586322 (diff) | |
Notes
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/netgraph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index e43fb7bba1c1..82a2d87c37e4 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> |
