aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv6.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2006-01-06 22:55:39 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-07 12:57:26 -0800
commitaa0e4e4aea8d9e0a559a884336d728f0263063e0 (patch)
tree78517a89214d6106e2f31fe4b84f001fe959088f /net/dccp/ipv6.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (diff)
downloadlinux-dev-aa0e4e4aea8d9e0a559a884336d728f0263063e0.tar.xz
linux-dev-aa0e4e4aea8d9e0a559a884336d728f0263063e0.zip
[DCCP]: ipv6.c needs net/ip6_checksum.c
Reported by Dave Jones. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ipv6.c')
-rw-r--r--net/dccp/ipv6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c
index c609dc78f487..683250a05f58 100644
--- a/net/dccp/ipv6.c
+++ b/net/dccp/ipv6.c
@@ -27,6 +27,7 @@
#include <net/ipv6.h>
#include <net/protocol.h>
#include <net/transp_v6.h>
+#include <net/ip6_checksum.h>
#include <net/xfrm.h>
#include "dccp.h"