From: David S. Miller Date: Sat, 7 Jan 2006 06:55:39 +0000 (-0800) Subject: [DCCP]: ipv6.c needs net/ip6_checksum.c X-Git-Tag: v2.6.16-rc1~927 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa0e4e4aea8d9e0a559a884336d728f0263063e0;p=linux-2.6-omap-h63xx.git [DCCP]: ipv6.c needs net/ip6_checksum.c Reported by Dave Jones. Signed-off-by: David S. Miller --- diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index c609dc78f48..683250a05f5 100644 --- a/net/dccp/ipv6.c +++ b/net/dccp/ipv6.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include "dccp.h"