[UDPLite]: udplite.h needs ip6_checksum.h
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 15 Nov 2006 09:09:32 +0000 (01:09 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:23:48 +0000 (21:23 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udplite.h

index 406eb75..3abaab7 100644 (file)
@@ -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 ) */