svn commit: r234367 - head/sys/dev/mwl
Adrian Chadd
adrian at FreeBSD.org
Tue Apr 17 04:31:51 UTC 2012
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>
More information about the svn-src-all
mailing list