Add a missing #include, required for IEEE80211_DEBUG.

This commit is contained in:
Adrian Chadd 2012-06-01 06:20:39 +00:00
parent 71ee98c97c
commit 81c2214dda

View File

@ -59,6 +59,8 @@ __FBSDID("$FreeBSD$");
* via the firmware.
*/
#include "opt_wlan.h"
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/sockio.h>