summaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorDave Jones2009-01-31 09:51:49 +0100
committerDavid S. Miller2009-01-31 09:51:49 +0100
commit5d6e430d3bafe743b18dc443189093bf532e91ed (patch)
treeefc2aac6a7f1581332f79df69d4389bcc7aa079f /net/ipv6
parentpacket: Avoid lock_sock in mmap handler (diff)
downloadkernel-qcow2-linux-5d6e430d3bafe743b18dc443189093bf532e91ed.tar.gz
kernel-qcow2-linux-5d6e430d3bafe743b18dc443189093bf532e91ed.tar.xz
kernel-qcow2-linux-5d6e430d3bafe743b18dc443189093bf532e91ed.zip
ipv6: compile fix for ip6mr.c
net/ipv6/ip6mr.c: In function 'pim6_rcv': net/ipv6/ip6mr.c:368: error: implicit declaration of function 'csum_ipv6_magic' Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/ip6mr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c
index d19a84b79503..228be551e9c1 100644
--- a/net/ipv6/ip6mr.c
+++ b/net/ipv6/ip6mr.c
@@ -48,6 +48,7 @@
#include <linux/pim.h>
#include <net/addrconf.h>
#include <linux/netfilter_ipv6.h>
+#include <net/ip6_checksum.h>
/* Big lock, protecting vif table, mrt cache and mroute socket state.
Note that the changes are semaphored via rtnl_lock.