diff options
author | Andrew Morton | 2005-08-10 05:20:07 +0200 |
---|---|---|
committer | David S. Miller | 2005-08-30 00:51:01 +0200 |
commit | 91483c4b711549bff5e9069e25c4c1400b135198 (patch) | |
tree | 8b9941f4ebd6fa745ff33e78023f4c79e1cf43fe /net/sunrpc | |
parent | [NETFILTER]: move conntrack helper buffers from BSS to kmalloc()ed memory (diff) | |
download | kernel-qcow2-linux-91483c4b711549bff5e9069e25c4c1400b135198.tar.gz kernel-qcow2-linux-91483c4b711549bff5e9069e25c4c1400b135198.tar.xz kernel-qcow2-linux-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/sunrpc')
-rw-r--r-- | net/sunrpc/svcsock.c | 1 |
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> |