aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
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/sunrpc
parent2669d63d20683828f673b606915957f3a070602d (diff)
downloadlinux-91483c4b711549bff5e9069e25c4c1400b135198.tar.gz
[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/sunrpc')
-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 e750cb685cb6a..199d3747bd425 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>