summaryrefslogtreecommitdiffstats
path: root/lib/libnetgraph
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1999-12-03 23:15:33 +0000
committerarchie <archie@FreeBSD.org>1999-12-03 23:15:33 +0000
commit26c759c431286a5bbaecf6bfc346f75564875eba (patch)
tree91f674c7c6854e75c969b1baa33bdaf91eef8c1c /lib/libnetgraph
parent34fa6bc1dec89005a95e64570670a7ed736f1b46 (diff)
downloadFreeBSD-src-26c759c431286a5bbaecf6bfc346f75564875eba.zip
FreeBSD-src-26c759c431286a5bbaecf6bfc346f75564875eba.tar.gz
Missed part of previous commit.
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 e17fd9c..b5bb56a 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>
OpenPOWER on IntegriCloud