Date: Fri, 30 Nov 2012 03:14:12 +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: r243692 - head/sys/dev/iwn Message-ID: <201211300314.qAU3ECkD006024@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Fri Nov 30 03:14:11 2012 New Revision: 243692 URL: http://svnweb.freebsd.org/changeset/base/243692 Log: Include opt_wlan.h so the net80211 RX debug API compiles correctly. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c ============================================================================== --- head/sys/dev/iwn/if_iwn.c Fri Nov 30 03:11:03 2012 (r243691) +++ head/sys/dev/iwn/if_iwn.c Fri Nov 30 03:14:11 2012 (r243692) @@ -26,6 +26,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "opt_wlan.h" + #include <sys/param.h> #include <sys/sockio.h> #include <sys/sysctl.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211300314.qAU3ECkD006024>