Browse Source

[DCCP]: ipv6.c needs net/ip6_checksum.c

Reported by Dave Jones.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 years ago
parent
commit
aa0e4e4aea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/dccp/ipv6.c

+ 1 - 0
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"