From: Johannes Berg Date: Mon, 24 Feb 2020 08:38:15 +0000 (+0100) Subject: nl80211: explicitly include if_vlan.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3ae39edbce6dc933fb1393490d1b5d76d3edb90;p=linux.git nl80211: explicitly include if_vlan.h We use that here, and do seem to get it through some recursive include, but better include it explicitly. Signed-off-by: Johannes Berg Link: https://lore.kernel.org/r/20200224093814.1b9c258fec67.I45ac150d4e11c72eb263abec9f1f0c7add9bef2b@changeid Signed-off-by: Johannes Berg --- diff --git a/net/wireless/nl80211.c b/net/wireless/nl80211.c index 46be40e19e7fc..5b19e9fac4aac 100644 --- a/net/wireless/nl80211.c +++ b/net/wireless/nl80211.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include