aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorBrian Haley <brian.haley@hp.com>2006-04-07 15:00:06 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-04-09 22:25:49 -0700
commit503e4faad18baa62bb818537b920ad939749823e (patch)
tree64ff33e6c80eee028fddf46de0a26a4dfeea4967 /net/ipv6
parent[NET]: More kzalloc conversions. (diff)
downloadlinux-dev-503e4faad18baa62bb818537b920ad939749823e.tar.xz
linux-dev-503e4faad18baa62bb818537b920ad939749823e.zip
[NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64
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>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/netfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/netfilter.c b/net/ipv6/netfilter.c
index 3e9ecfaf67e2..395a417ba955 100644
--- a/net/ipv6/netfilter.c
+++ b/net/ipv6/netfilter.c
@@ -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)
{