aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-11-15 01:09:32 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:23:48 -0800
commit6bb100b9fc8f1ce330231b360028ab705a9f0378 (patch)
tree215b375c368d8ec38df89f97dc0a2e240cea2029
parent[NET/IPv4]: Make udp_push_pending_frames static (diff)
downloadlinux-dev-6bb100b9fc8f1ce330231b360028ab705a9f0378.tar.xz
linux-dev-6bb100b9fc8f1ce330231b360028ab705a9f0378.zip
[UDPLite]: udplite.h needs ip6_checksum.h
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/net/udplite.h2
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 @@
#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 ) */