summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl/rmhook.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-05-24 14:46:55 +0000
committerglebius <glebius@FreeBSD.org>2006-05-24 14:46:55 +0000
commitae95ee086e78ecf8d4735464fb98db7ed74c989c (patch)
treeae380c9aa72d50c20fc0b04c1d984f048415d721 /usr.sbin/ngctl/rmhook.c
parent3627ded04781157e82c97c7d50ca55f5c1b76e51 (diff)
downloadFreeBSD-src-ae95ee086e78ecf8d4735464fb98db7ed74c989c.zip
FreeBSD-src-ae95ee086e78ecf8d4735464fb98db7ed74c989c.tar.gz
Unnest includes before forthcoming editing.
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 834cc0c..ba63a9e 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);
OpenPOWER on IntegriCloud