Browse Source

tcp: net/ipv4/tcp.c needs linux/scatterlist.h

alpha:

net/ipv4/tcp.c: In function 'tcp_calc_md5_hash':
net/ipv4/tcp.c:2479: error: implicit declaration of function 'sg_init_table'    net/ipv4/tcp.c:2482: error: implicit declaration of function 'sg_set_buf'
net/ipv4/tcp.c:2507: error: implicit declaration of function 'sg_mark_end'      

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Andrew Morton 17 years ago
parent
commit
81b23b4a7a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/ipv4/tcp.c

+ 1 - 0
net/ipv4/tcp.c

@@ -255,6 +255,7 @@
 #include <linux/init.h>
 #include <linux/init.h>
 #include <linux/fs.h>
 #include <linux/fs.h>
 #include <linux/skbuff.h>
 #include <linux/skbuff.h>
+#include <linux/scatterlist.h>
 #include <linux/splice.h>
 #include <linux/splice.h>
 #include <linux/net.h>
 #include <linux/net.h>
 #include <linux/socket.h>
 #include <linux/socket.h>