Bläddra i källkod

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

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Andrew Morton 20 år sedan
förälder
incheckning
91483c4b71
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      net/sunrpc/svcsock.c

+ 1 - 0
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>