aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetgraph
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1999-12-03 23:15:33 +0000
committerArchie Cobbs <archie@FreeBSD.org>1999-12-03 23:15:33 +0000
commitbaa60a3b175739c68b9eaf6797ed415ef38ad2c3 (patch)
treea94630c098f3a88d74ac60f019b95e5161cea767 /lib/libnetgraph
parent160f42cca4e9d011b101c7bc805109c77b9b7ac5 (diff)
downloadsrc-baa60a3b175739c68b9eaf6797ed415ef38ad2c3.tar.gz
src-baa60a3b175739c68b9eaf6797ed415ef38ad2c3.zip
Missed part of previous commit.
Notes
Notes: svn path=/head/; revision=54100
Diffstat (limited to 'lib/libnetgraph')
-rw-r--r--lib/libnetgraph/debug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c
index e17fd9ce56ec..b5bb56acbb10 100644
--- a/lib/libnetgraph/debug.c
+++ b/lib/libnetgraph/debug.c
@@ -41,11 +41,14 @@
*/
#include <sys/types.h>
+#include <sys/time.h>
+#include <sys/ioctl.h>
#include <stdarg.h>
#include <netinet/in.h>
#include <net/ethernet.h>
+#include <net/bpf.h>
#include <netgraph/ng_message.h>
#include <netgraph/ng_socket.h>
@@ -55,6 +58,7 @@
#include <netgraph/ng_UI.h>
#include <netgraph/ng_async.h>
+#include <netgraph/ng_bpf.h>
#include <netgraph/ng_cisco.h>
#include <netgraph/ng_echo.h>
#include <netgraph/ng_ether.h>