summaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/name.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/name.c
parent53b8229e979b68273537e4754f57d68ff0b81d41 (diff)
downloadsrc-test2-78cdd8ed1b2c0801411e5721258f648feb0e8bf9.tar.gz
src-test2-78cdd8ed1b2c0801411e5721258f648feb0e8bf9.zip
Unnest includes before forthcoming editing.
Notes
Notes: svn path=/head/; revision=158882
Diffstat (limited to 'usr.sbin/ngctl/name.c')
-rw-r--r--usr.sbin/ngctl/name.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ngctl/name.c b/usr.sbin/ngctl/name.c
index 3de136034785..92736a72c4bb 100644
--- a/usr.sbin/ngctl/name.c
+++ b/usr.sbin/ngctl/name.c
@@ -37,6 +37,11 @@
* $FreeBSD$
*/
+#include <err.h>
+#include <stdio.h>
+#include <unistd.h>
+#include <netgraph.h>
+
#include "ngctl.h"
static int NameCmd(int ac, char **av);