net: ip_vs_proto_{tcp,udp} build fix
authorStephen Rothwell <sfr@canb.auug.org.au>
Sat, 13 Sep 2008 06:23:50 +0000 (23:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Sep 2008 06:23:50 +0000 (23:23 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipvs/ip_vs_proto_tcp.c
net/ipv4/ipvs/ip_vs_proto_udp.c

index 537f616..dd4566e 100644 (file)
@@ -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>
 
index e3ee26b..6eb6039 100644 (file)
@@ -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,