From 3a8545c312394bd419d9a1b014ea3e14367791df Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 28 Sep 2015 01:16:44 +0000 Subject: [PATCH] include opt_wlan.h . Tsk adrian. --- sys/dev/usb/wlan/if_rsu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/usb/wlan/if_rsu.c b/sys/dev/usb/wlan/if_rsu.c index e935dedcb77..ee650364b60 100644 --- a/sys/dev/usb/wlan/if_rsu.c +++ b/sys/dev/usb/wlan/if_rsu.c @@ -28,6 +28,8 @@ __FBSDID("$FreeBSD$"); * o power-save operation */ +#include "opt_wlan.h" + #include #include #include