Commit 27f5aa92 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

netvsc: include rtnetlink.h

Since these files use rtnl_derefernce make sure and include rtnetlink.h
Signed-off-by: default avatarStephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7ca45933
......@@ -33,6 +33,8 @@
#include <linux/if_vlan.h>
#include <linux/in.h>
#include <linux/slab.h>
#include <linux/rtnetlink.h>
#include <net/arp.h>
#include <net/route.h>
#include <net/sock.h>
......
......@@ -28,6 +28,7 @@
#include <linux/if_vlan.h>
#include <linux/nls.h>
#include <linux/vmalloc.h>
#include <linux/rtnetlink.h>
#include "hyperv_net.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment