summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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