Commit 91483c4b711549bff5e9069e25c4c1400b135198

Authored by Andrew Morton
Committed by David S. Miller
1 parent 2669d63d20

[SUNRPC]: svcsock.c needs linux/tcp.h

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

net/sunrpc/svcsock.c
... ... @@ -26,6 +26,7 @@
26 26 #include <linux/in.h>
27 27 #include <linux/inet.h>
28 28 #include <linux/udp.h>
  29 +#include <linux/tcp.h>
29 30 #include <linux/unistd.h>
30 31 #include <linux/slab.h>
31 32 #include <linux/netdevice.h>