diff options
author | David S. Miller <davem@davemloft.net> | 2006-01-07 01:55:39 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-07 15:57:26 -0500 |
commit | aa0e4e4aea8d9e0a559a884336d728f0263063e0 (patch) | |
tree | 78517a89214d6106e2f31fe4b84f001fe959088f /net | |
parent | b9abaa3fb7328851bdeaad19e694048f0ff71d9a (diff) |
[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')
-rw-r--r-- | net/dccp/ipv6.c | 1 |
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 @@ | |||
27 | #include <net/ipv6.h> | 27 | #include <net/ipv6.h> |
28 | #include <net/protocol.h> | 28 | #include <net/protocol.h> |
29 | #include <net/transp_v6.h> | 29 | #include <net/transp_v6.h> |
30 | #include <net/ip6_checksum.h> | ||
30 | #include <net/xfrm.h> | 31 | #include <net/xfrm.h> |
31 | 32 | ||
32 | #include "dccp.h" | 33 | #include "dccp.h" |