summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-08-01 21:50:50 +0000
committeradrian <adrian@FreeBSD.org>2013-08-01 21:50:50 +0000
commite28ee961fb5bd1a1df362ce11c13fd5a697be52f (patch)
tree87664eed05631c2d5856ae8908c6c126bc3fdf18
parent842f6aeefd471a6d8130dea08656b850b577d528 (diff)
downloadFreeBSD-src-e28ee961fb5bd1a1df362ce11c13fd5a697be52f.zip
FreeBSD-src-e28ee961fb5bd1a1df362ce11c13fd5a697be52f.tar.gz
Now that conf/options knows about if_iwn.h, add it to if_iwn.c.
This allows for IWN_DEBUG (and maybe more stuff later) to be a build time configure option.
-rw-r--r--sys/dev/iwn/if_iwn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index 6cda77f..06df5ab 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -27,6 +27,7 @@
__FBSDID("$FreeBSD$");
#include "opt_wlan.h"
+#include "opt_iwn.h"
#include <sys/param.h>
#include <sys/sockio.h>
OpenPOWER on IntegriCloud