Commit e3ae39ed authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
Link: https://lore.kernel.org/r/20200224093814.1b9c258fec67.I45ac150d4e11c72eb263abec9f1f0c7add9bef2b@changeid


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 0daa63ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <linux/netlink.h>
#include <linux/nospec.h>
#include <linux/etherdevice.h>
#include <linux/if_vlan.h>
#include <net/net_namespace.h>
#include <net/genetlink.h>
#include <net/cfg80211.h>