summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ngctl
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-10-24 02:58:39 +0000
committerdillon <dillon@FreeBSD.org>1999-10-24 02:58:39 +0000
commit8c8443ab963c1f888eb1da4c5868b9f578078f9b (patch)
treed5be4ed1cab4ddbb681ec2426cbede06cc8b9124 /usr.sbin/ngctl
parentcbd46ae245fe46c8a0ea64372b8d4897bef6a352 (diff)
downloadFreeBSD-src-8c8443ab963c1f888eb1da4c5868b9f578078f9b.zip
FreeBSD-src-8c8443ab963c1f888eb1da4c5868b9f578078f9b.tar.gz
Put include <netgraph.h> back in - problem was due to a cvsup mess on
freefall. There may also be a real problem w/ buildworld but the fix would go somewhere else, not here.
Diffstat (limited to 'usr.sbin/ngctl')
-rw-r--r--usr.sbin/ngctl/ngctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h
index 3f68422..64ba3db 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>
OpenPOWER on IntegriCloud