Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2012 04:31:50 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234367 - head/sys/dev/mwl
Message-ID:  <201204170431.q3H4Vo0k065582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204170431.q3H4Vo0k065582>