diff options
Diffstat (limited to 'net/ipv4/ipvs/ip_vs_proto_tcp.c')
-rw-r--r-- | net/ipv4/ipvs/ip_vs_proto_tcp.c | 1 |
1 files changed, 1 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 | ||