diff options
-rw-r--r-- | include/net/udplite.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/udplite.h b/include/net/udplite.h index 406eb755b34e..3abaab7b78c6 100644 --- a/include/net/udplite.h +++ b/include/net/udplite.h | |||
@@ -4,6 +4,8 @@ | |||
4 | #ifndef _UDPLITE_H | 4 | #ifndef _UDPLITE_H |
5 | #define _UDPLITE_H | 5 | #define _UDPLITE_H |
6 | 6 | ||
7 | #include <net/ip6_checksum.h> | ||
8 | |||
7 | /* UDP-Lite socket options */ | 9 | /* UDP-Lite socket options */ |
8 | #define UDPLITE_SEND_CSCOV 10 /* sender partial coverage (as sent) */ | 10 | #define UDPLITE_SEND_CSCOV 10 /* sender partial coverage (as sent) */ |
9 | #define UDPLITE_RECV_CSCOV 11 /* receiver partial coverage (threshold ) */ | 11 | #define UDPLITE_RECV_CSCOV 11 /* receiver partial coverage (threshold ) */ |