aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/rmhook.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2006-05-24 14:46:55 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2006-05-24 14:46:55 +0000
commit78cdd8ed1b2c0801411e5721258f648feb0e8bf9 (patch)
treeae380c9aa72d50c20fc0b04c1d984f048415d721 /usr.sbin/ngctl/rmhook.c
parent53b8229e979b68273537e4754f57d68ff0b81d41 (diff)
downloadsrc-78cdd8ed1b2c0801411e5721258f648feb0e8bf9.tar.gz
src-78cdd8ed1b2c0801411e5721258f648feb0e8bf9.zip
Unnest includes before forthcoming editing.
Notes
Notes: svn path=/head/; revision=158882
Diffstat (limited to 'usr.sbin/ngctl/rmhook.c')
-rw-r--r--usr.sbin/ngctl/rmhook.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/ngctl/rmhook.c b/usr.sbin/ngctl/rmhook.c
index 834cc0c909d9..ba63a9efac14 100644
--- a/usr.sbin/ngctl/rmhook.c
+++ b/usr.sbin/ngctl/rmhook.c
@@ -37,6 +37,10 @@
* $FreeBSD$
*/
+#include <err.h>
+#include <netgraph.h>
+#include <stdio.h>
+
#include "ngctl.h"
static int RmHookCmd(int ac, char **av);