]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64
authorBrian Haley <brian.haley@hp.com>
Fri, 7 Apr 2006 22:00:06 +0000 (15:00 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 10 Apr 2006 05:25:49 +0000 (22:25 -0700)
Can't build with CONFIG_NETFILTER=y/m on IA64, there's a missing
#include in net/ipv6/netfilter.c

net/ipv6/netfilter.c: In function `nf_ip6_checksum':
net/ipv6/netfilter.c:92: warning: implicit declaration of function
`csum_ipv6_magic'

Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/netfilter.c

index 3e9ecfaf67e203095197660801fab536919acc83..395a417ba9554baaeb0d9678c543abe4e802b3eb 100644 (file)
@@ -7,6 +7,7 @@
 #include <net/ipv6.h>
 #include <net/ip6_route.h>
 #include <net/xfrm.h>
+#include <net/ip6_checksum.h>
 
 int ip6_route_me_harder(struct sk_buff *skb)
 {