summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.h
diff options
context:
space:
mode:
authorcsjp <csjp@FreeBSD.org>2006-06-03 18:16:54 +0000
committercsjp <csjp@FreeBSD.org>2006-06-03 18:16:54 +0000
commite1f2ab1542653da55ba4006027f5fbf11ec649fb (patch)
tree708b53973385a301885091fc10c21e1b5fed4f62 /sys/net/bpf.h
parent5043515219e047866dce984edceee122e55ac93f (diff)
downloadFreeBSD-src-e1f2ab1542653da55ba4006027f5fbf11ec649fb.zip
FreeBSD-src-e1f2ab1542653da55ba4006027f5fbf11ec649fb.tar.gz
Temporarily include files so that our macro checks do something useful.
Diffstat (limited to 'sys/net/bpf.h')
-rw-r--r--sys/net/bpf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h
index 83e91fe..b72977f 100644
--- a/sys/net/bpf.h
+++ b/sys/net/bpf.h
@@ -603,6 +603,9 @@ struct bpf_dltlist {
};
#ifdef _KERNEL
+#include "opt_bpf.h"
+#include "opt_netgraph.h"
+
/*
* Descriptor associated with each attached hardware interface.
*/
OpenPOWER on IntegriCloud