diff options
Diffstat (limited to 'net/8021q/vlan_core.c')
| -rw-r--r-- | net/8021q/vlan_core.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/8021q/vlan_core.c b/net/8021q/vlan_core.c index 163397f1fd5..f5ffc02729d 100644 --- a/net/8021q/vlan_core.c +++ b/net/8021q/vlan_core.c @@ -2,6 +2,7 @@  #include <linux/netdevice.h>  #include <linux/if_vlan.h>  #include <linux/netpoll.h> +#include <linux/export.h>  #include "vlan.h"  bool vlan_do_receive(struct sk_buff **skbp, bool last_handler)  |