aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-08-29 17:04:53 +0000
committerDavid S. Miller <davem@davemloft.net>2010-08-29 21:15:26 -0700
commit2c70b5196262f29b10eb1886293e0c2d75dc3dd9 (patch)
tree2e90585fea9403ae913dcdcb1bd7a1e9678ee4f2 /net
parentdrivers/net/atl1c: Remove double test (diff)
downloadlinux-dev-2c70b5196262f29b10eb1886293e0c2d75dc3dd9.tar.xz
linux-dev-2c70b5196262f29b10eb1886293e0c2d75dc3dd9.zip
IPVS: include net/ip6_checksum.h for csum_ipv6_magic
Fixes this build error: net/netfilter/ipvs/ip_vs_core.c: In function 'ip_vs_nat_icmp_v6': net/netfilter/ipvs/ip_vs_core.c:640: error: implicit declaration of function 'csum_ipv6_magic' Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/ipvs/ip_vs_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/ipvs/ip_vs_core.c b/net/netfilter/ipvs/ip_vs_core.c
index 69661db420d7..edbfb96b935e 100644
--- a/net/netfilter/ipvs/ip_vs_core.c
+++ b/net/netfilter/ipvs/ip_vs_core.c
@@ -40,6 +40,7 @@
#include <net/udp.h>
#include <net/icmp.h> /* for icmp_send */
#include <net/route.h>
+#include <net/ip6_checksum.h>
#include <linux/netfilter.h>
#include <linux/netfilter_ipv4.h>