Commit 6bb100b9 authored by David S. Miller's avatar David S. Miller

[UDPLite]: udplite.h needs ip6_checksum.h

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 078250d6
......@@ -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 ) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment