Author: adrian
Date: Tue Apr 17 04:31:50 2012
New Revision: 234367
URL: http://svn.freebsd.org/changeset/base/234367
Log:
Add missing #include
Modified:
head/sys/dev/mwl/if_mwl.c
Modified: head/sys/dev/mwl/if_mwl.c
==============================================================================
--- head/sys/dev/mwl/if_mwl.c Tue Apr 17 01:34:49 2012 (r234366)
+++ head/sys/dev/mwl/if_mwl.c Tue Apr 17 04:31:50 2012 (r234367)
@@ -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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"