projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2669d63
)
[SUNRPC]: svcsock.c needs linux/tcp.h
author
Andrew Morton
<akpm@osdl.org>
Wed, 10 Aug 2005 03:20:07 +0000
(20:20 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:51:01 +0000
(15:51 -0700)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sunrpc/svcsock.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sunrpc/svcsock.c
b/net/sunrpc/svcsock.c
index e750cb685cb6a57b808acea6df0f80333400ba8f..199d3747bd42556bff8e27dbc14aefb6d6a8dd04 100644
(file)
--- 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>