commit | aa0e4e4aea8d9e0a559a884336d728f0263063e0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jan 06 22:55:39 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Jan 07 12:57:26 2006 -0800 |
tree | 78517a89214d6106e2f31fe4b84f001fe959088f | |
parent | b9abaa3fb7328851bdeaad19e694048f0ff71d9a [diff] [blame] |
[DCCP]: ipv6.c needs net/ip6_checksum.c Reported by Dave Jones. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c index c609dc7..683250a 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"