diff options
-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, |