diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-08-29 13:04:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-30 00:15:26 -0400 |
commit | 2c70b5196262f29b10eb1886293e0c2d75dc3dd9 (patch) | |
tree | 2e90585fea9403ae913dcdcb1bd7a1e9678ee4f2 | |
parent | 2bc9e234658072145b63d1d364bac4c8e337c865 (diff) |
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>
-rw-r--r-- | net/netfilter/ipvs/ip_vs_core.c | 1 |
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 @@ | |||
40 | #include <net/udp.h> | 40 | #include <net/udp.h> |
41 | #include <net/icmp.h> /* for icmp_send */ | 41 | #include <net/icmp.h> /* for icmp_send */ |
42 | #include <net/route.h> | 42 | #include <net/route.h> |
43 | #include <net/ip6_checksum.h> | ||
43 | 44 | ||
44 | #include <linux/netfilter.h> | 45 | #include <linux/netfilter.h> |
45 | #include <linux/netfilter_ipv4.h> | 46 | #include <linux/netfilter_ipv4.h> |