diff options
author | adrian <adrian@FreeBSD.org> | 2012-04-17 04:31:50 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-04-17 04:31:50 +0000 |
commit | c5d2215f582afcc79ee34a84f0971febffd8d2e8 (patch) | |
tree | e4ec9f5f33a5b86323403240ac4a172fe196d07f /sys/dev/mwl | |
parent | 0e5c802c6133b8bb601a962ca3d3a6f004d2a95c (diff) | |
download | FreeBSD-src-c5d2215f582afcc79ee34a84f0971febffd8d2e8.zip FreeBSD-src-c5d2215f582afcc79ee34a84f0971febffd8d2e8.tar.gz |
Add missing #include
Diffstat (limited to 'sys/dev/mwl')
-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 f543205..2a1ede5 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> |