Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2015 01:16:44 +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: r288320 - head/sys/dev/usb/wlan
Message-ID:  <201509280116.t8S1GiYS087463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Sep 28 01:16:44 2015
New Revision: 288320
URL: https://svnweb.freebsd.org/changeset/base/288320

Log:
  include opt_wlan.h .  Tsk adrian.

Modified:
  head/sys/dev/usb/wlan/if_rsu.c

Modified: head/sys/dev/usb/wlan/if_rsu.c
==============================================================================
--- head/sys/dev/usb/wlan/if_rsu.c	Mon Sep 28 01:09:48 2015	(r288319)
+++ head/sys/dev/usb/wlan/if_rsu.c	Mon Sep 28 01:16:44 2015	(r288320)
@@ -28,6 +28,8 @@ __FBSDID("$FreeBSD$");
  *   o power-save operation
  */
 
+#include "opt_wlan.h"
+
 #include <sys/param.h>
 #include <sys/endian.h>
 #include <sys/sockio.h>



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