Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephen Rothwell and committed by
David S. Miller
63f2c046 f07d1501

+2
+1
net/ipv4/ipvs/ip_vs_proto_tcp.c
··· 18 18 #include <linux/tcp.h> /* for tcphdr */ 19 19 #include <net/ip.h> 20 20 #include <net/tcp.h> /* for csum_tcpudp_magic */ 21 + #include <net/ip6_checksum.h> 21 22 #include <linux/netfilter.h> 22 23 #include <linux/netfilter_ipv4.h> 23 24
+1
net/ipv4/ipvs/ip_vs_proto_udp.c
··· 22 22 23 23 #include <net/ip_vs.h> 24 24 #include <net/ip.h> 25 + #include <net/ip6_checksum.h> 25 26 26 27 static struct ip_vs_conn * 27 28 udp_conn_in_get(int af, const struct sk_buff *skb, struct ip_vs_protocol *pp,