diff options
| -rw-r--r-- | usr.bin/netstat/netgraph.c | 1 | ||||
| -rw-r--r-- | usr.sbin/ngctl/ngctl.h | 1 | ||||
| -rw-r--r-- | usr.sbin/nghook/main.c | 2 |
3 files changed, 3 insertions, 1 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> diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h index 3f684220bd53..64ba3db2d913 100644 --- a/usr.sbin/ngctl/ngctl.h +++ b/usr.sbin/ngctl/ngctl.h @@ -52,6 +52,7 @@ #include <errno.h> #include <err.h> +#include <netgraph.h> #include <netgraph/ng_socket.h> #include <netgraph/ng_message.h> diff --git a/usr.sbin/nghook/main.c b/usr.sbin/nghook/main.c index 1244b023baaa..ce29d9d0e368 100644 --- a/usr.sbin/nghook/main.c +++ b/usr.sbin/nghook/main.c @@ -51,7 +51,7 @@ #include <sys/socket.h> #include <sys/select.h> -#include <netgraph/ng_message.h> +#include <netgraph.h> #define DEFAULT_HOOKNAME "debug" #define NG_SOCK_HOOK_NAME "hook" |
