summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/netgraph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index e327920..70472d7 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -54,7 +54,9 @@
#include <sys/module.h>
#include <sys/mutex.h>
+#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_netgraph.h"
+#endif
/* debugging options */
#define NG_SEPARATE_MALLOC /* make modules use their own malloc types */
OpenPOWER on IntegriCloud