diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2012-04-17 04:31:50 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-04-17 04:31:50 +0000 |
commit | 865a6f735d6155febf1a1013f5116d7f0c37fb51 (patch) | |
tree | e4ec9f5f33a5b86323403240ac4a172fe196d07f /sys | |
parent | 93f5997b8ce78749fffe4d838c755095edf8c4ea (diff) | |
download | src-865a6f735d6155febf1a1013f5116d7f0c37fb51.tar.gz src-865a6f735d6155febf1a1013f5116d7f0c37fb51.zip |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/mwl/if_mwl.c | 1 |
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> |