Browse Source

vmxnet3: using csum_ipv6_magic requires including net/ip6_checksum.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stephen Rothwell 15 years ago
parent
commit
b038b0401f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/net/vmxnet3/vmxnet3_drv.c

+ 2 - 0
drivers/net/vmxnet3/vmxnet3_drv.c

@@ -24,6 +24,8 @@
  *
  */
 
+#include <net/ip6_checksum.h>
+
 #include "vmxnet3_int.h"
 
 char vmxnet3_driver_name[] = "vmxnet3";