aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-08-09 20:20:07 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 15:51:01 -0700
commit91483c4b711549bff5e9069e25c4c1400b135198 (patch)
tree8b9941f4ebd6fa745ff33e78023f4c79e1cf43fe /net
parent[NETFILTER]: move conntrack helper buffers from BSS to kmalloc()ed memory (diff)
downloadlinux-dev-91483c4b711549bff5e9069e25c4c1400b135198.tar.xz
linux-dev-91483c4b711549bff5e9069e25c4c1400b135198.zip
[SUNRPC]: svcsock.c needs linux/tcp.h
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/sunrpc/svcsock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/svcsock.c b/net/sunrpc/svcsock.c
index e750cb685cb6..199d3747bd42 100644
--- a/net/sunrpc/svcsock.c
+++ b/net/sunrpc/svcsock.c
@@ -26,6 +26,7 @@
#include <linux/in.h>
#include <linux/inet.h>
#include <linux/udp.h>
+#include <linux/tcp.h>
#include <linux/unistd.h>
#include <linux/slab.h>
#include <linux/netdevice.h>