mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-11-23 20:20:21 +00:00
[UDPLite]: udplite.h needs ip6_checksum.h
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
078250d68d
commit
6bb100b9fc
@ -4,6 +4,8 @@
|
||||
#ifndef _UDPLITE_H
|
||||
#define _UDPLITE_H
|
||||
|
||||
#include <net/ip6_checksum.h>
|
||||
|
||||
/* UDP-Lite socket options */
|
||||
#define UDPLITE_SEND_CSCOV 10 /* sender partial coverage (as sent) */
|
||||
#define UDPLITE_RECV_CSCOV 11 /* receiver partial coverage (threshold ) */
|
||||
|
Loading…
Reference in New Issue
Block a user