From 865a6f735d6155febf1a1013f5116d7f0c37fb51 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Tue, 17 Apr 2012 04:31:50 +0000 Subject: [PATCH] Add missing #include --- sys/dev/mwl/if_mwl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c index f54320564c28..2a1ede5e8319 100644 --- a/sys/dev/mwl/if_mwl.c +++ b/sys/dev/mwl/if_mwl.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_mwl.h" +#include "opt_wlan.h" #include #include