diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-09-12 23:23:50 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-12 23:23:50 -0700 |
commit | 63f2c0464875b6ef2132cecb19b2a5abbf061227 (patch) | |
tree | 4f3d812958f125eb8ceb481a86318e6c818fc703 /net/ipv4 | |
parent | f07d1501292b3b0d3276ee0e537005526a45e242 (diff) | |
download | linux-3.10-63f2c0464875b6ef2132cecb19b2a5abbf061227.tar.gz linux-3.10-63f2c0464875b6ef2132cecb19b2a5abbf061227.tar.bz2 linux-3.10-63f2c0464875b6ef2132cecb19b2a5abbf061227.zip |
net: ip_vs_proto_{tcp,udp} build fix
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/ipvs/ip_vs_proto_tcp.c | 1 | ||||
-rw-r--r-- | net/ipv4/ipvs/ip_vs_proto_udp.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/ipvs/ip_vs_proto_tcp.c b/net/ipv4/ipvs/ip_vs_proto_tcp.c index 537f616776d..dd4566ea2bf 100644 --- a/net/ipv4/ipvs/ip_vs_proto_tcp.c +++ b/net/ipv4/ipvs/ip_vs_proto_tcp.c @@ -18,6 +18,7 @@ #include <linux/tcp.h> /* for tcphdr */ #include <net/ip.h> #include <net/tcp.h> /* for csum_tcpudp_magic */ +#include <net/ip6_checksum.h> #include <linux/netfilter.h> #include <linux/netfilter_ipv4.h> diff --git a/net/ipv4/ipvs/ip_vs_proto_udp.c b/net/ipv4/ipvs/ip_vs_proto_udp.c index e3ee26bd1de..6eb6039d634 100644 --- a/net/ipv4/ipvs/ip_vs_proto_udp.c +++ b/net/ipv4/ipvs/ip_vs_proto_udp.c @@ -22,6 +22,7 @@ #include <net/ip_vs.h> #include <net/ip.h> +#include <net/ip6_checksum.h> static struct ip_vs_conn * udp_conn_in_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp, |