diff options
author | Andrew Morton <akpm@osdl.org> | 2005-08-09 20:20:07 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 15:51:01 -0700 |
commit | 91483c4b711549bff5e9069e25c4c1400b135198 (patch) | |
tree | 8b9941f4ebd6fa745ff33e78023f4c79e1cf43fe | |
parent | 2669d63d20683828f673b606915957f3a070602d (diff) | |
download | kernel_samsung_tuna-91483c4b711549bff5e9069e25c4c1400b135198.zip kernel_samsung_tuna-91483c4b711549bff5e9069e25c4c1400b135198.tar.gz kernel_samsung_tuna-91483c4b711549bff5e9069e25c4c1400b135198.tar.bz2 |
[SUNRPC]: svcsock.c needs linux/tcp.h
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-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 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> |