Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b05e002 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by David S. Miller
Browse files

vxge: should include tcp.h



Fix this build error:

drivers/net/vxge/vxge-main.c: In function 'vxge_get_vpath_no':
drivers/net/vxge/vxge-main.c:695: error: dereferencing pointer to
incomplete type
...

Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6c8ad3b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -43,6 +43,7 @@


#include <linux/if_vlan.h>
#include <linux/if_vlan.h>
#include <linux/pci.h>
#include <linux/pci.h>
#include <linux/tcp.h>
#include <net/ip.h>
#include <net/ip.h>
#include <linux/netdevice.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/etherdevice.h>