summaryrefslogtreecommitdiff
path: root/usr.sbin/nghook
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1999-10-23 17:45:11 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1999-10-23 17:45:11 +0000
commitf41f949d09ee73fda2c37b2f638a776a0e3bbdef (patch)
tree2d6552bb27e372ecdc48de66b90687e26045baa9 /usr.sbin/nghook
parentd6a8296aed8031613815a13d7c59344b8d3915ab (diff)
downloadsrc-test2-f41f949d09ee73fda2c37b2f638a776a0e3bbdef.tar.gz
src-test2-f41f949d09ee73fda2c37b2f638a776a0e3bbdef.zip
Cleanup missing includes, stale includes, and a few printf format
inconsistancies.
Notes
Notes: svn path=/head/; revision=52445
Diffstat (limited to 'usr.sbin/nghook')
-rw-r--r--usr.sbin/nghook/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nghook/main.c b/usr.sbin/nghook/main.c
index ce29d9d0e368..1244b023baaa 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.h>
+#include <netgraph/ng_message.h>
#define DEFAULT_HOOKNAME "debug"
#define NG_SOCK_HOOK_NAME "hook"