[DCCP]: ipv6.c needs net/ip6_checksum.c
authorDavid S. Miller <davem@davemloft.net>
Sat, 7 Jan 2006 06:55:39 +0000 (22:55 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sat, 7 Jan 2006 20:57:26 +0000 (12:57 -0800)
Reported by Dave Jones.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ipv6.c

index c609dc7..683250a 100644 (file)
@@ -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"