aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mwl
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-04-17 04:31:50 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-04-17 04:31:50 +0000
commit865a6f735d6155febf1a1013f5116d7f0c37fb51 (patch)
treee4ec9f5f33a5b86323403240ac4a172fe196d07f /sys/dev/mwl
parent93f5997b8ce78749fffe4d838c755095edf8c4ea (diff)
downloadsrc-865a6f735d6155febf1a1013f5116d7f0c37fb51.tar.gz
src-865a6f735d6155febf1a1013f5116d7f0c37fb51.zip
Add missing #include
Notes
Notes: svn path=/head/; revision=234367
Diffstat (limited to 'sys/dev/mwl')
-rw-r--r--sys/dev/mwl/if_mwl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c
index f54320564c28..2a1ede5e8319 100644
--- a/sys/dev/mwl/if_mwl.c
+++ b/sys/dev/mwl/if_mwl.c
@@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_mwl.h"
+#include "opt_wlan.h"
#include <sys/param.h>
#include <sys/systm.h>