diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-09-13 02:23:50 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-13 02:23:50 -0400 |
commit | 63f2c0464875b6ef2132cecb19b2a5abbf061227 (patch) | |
tree | 4f3d812958f125eb8ceb481a86318e6c818fc703 | |
parent | f07d1501292b3b0d3276ee0e537005526a45e242 (diff) |
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>
-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 537f616776da..dd4566ea2bff 100644 --- a/net/ipv4/ipvs/ip_vs_proto_tcp.c +++ b/net/ipv4/ipvs/ip_vs_proto_tcp.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/tcp.h> /* for tcphdr */ | 18 | #include <linux/tcp.h> /* for tcphdr */ |
19 | #include <net/ip.h> | 19 | #include <net/ip.h> |
20 | #include <net/tcp.h> /* for csum_tcpudp_magic */ | 20 | #include <net/tcp.h> /* for csum_tcpudp_magic */ |
21 | #include <net/ip6_checksum.h> | ||
21 | #include <linux/netfilter.h> | 22 | #include <linux/netfilter.h> |
22 | #include <linux/netfilter_ipv4.h> | 23 | #include <linux/netfilter_ipv4.h> |
23 | 24 | ||
diff --git a/net/ipv4/ipvs/ip_vs_proto_udp.c b/net/ipv4/ipvs/ip_vs_proto_udp.c index e3ee26bd1de7..6eb6039d6343 100644 --- a/net/ipv4/ipvs/ip_vs_proto_udp.c +++ b/net/ipv4/ipvs/ip_vs_proto_udp.c | |||
@@ -22,6 +22,7 @@ | |||
22 | 22 | ||
23 | #include <net/ip_vs.h> | 23 | #include <net/ip_vs.h> |
24 | #include <net/ip.h> | 24 | #include <net/ip.h> |
25 | #include <net/ip6_checksum.h> | ||
25 | 26 | ||
26 | static struct ip_vs_conn * | 27 | static struct ip_vs_conn * |
27 | udp_conn_in_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp, | 28 | udp_conn_in_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp, |