Author: adrian
Date: Thu Aug  1 21:50:50 2013
New Revision: 253868
URL: http://svnweb.freebsd.org/changeset/base/253868

Log:
  Now that conf/options knows about if_iwn.h, add it to if_iwn.c.
  
  This allows for IWN_DEBUG (and maybe more stuff later) to be a build
  time configure option.

Modified:
  head/sys/dev/iwn/if_iwn.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c   Thu Aug  1 21:50:13 2013        (r253867)
+++ head/sys/dev/iwn/if_iwn.c   Thu Aug  1 21:50:50 2013        (r253868)
@@ -27,6 +27,7 @@
 __FBSDID("$FreeBSD$");
 
 #include "opt_wlan.h"
+#include "opt_iwn.h"
 
 #include <sys/param.h>
 #include <sys/sockio.h>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to