commit | 91483c4b711549bff5e9069e25c4c1400b135198 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Tue Aug 09 20:20:07 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:51:01 2005 -0700 |
tree | 8b9941f4ebd6fa745ff33e78023f4c79e1cf43fe | |
parent | 2669d63d20683828f673b606915957f3a070602d [diff] |
[SUNRPC]: svcsock.c needs linux/tcp.h Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/sunrpc/svcsock.c b/net/sunrpc/svcsock.c index e750cb6..199d374 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>