comparison stream/tcp.c @ 26751:ba4a01eb4475

Add missing stream.h #include, fixes the warning: stream/tcp.c:197: warning: implicit declaration of function 'stream_check_interrupt'
author diego
date Thu, 15 May 2008 16:11:50 +0000
parents 5bfc1d8bece9
children e7c989f7a7c9
comparison
equal deleted inserted replaced
26750:38d685cf4dc4 26751:ba4a01eb4475
29 #else 29 #else
30 #include <winsock2.h> 30 #include <winsock2.h>
31 #include <ws2tcpip.h> 31 #include <ws2tcpip.h>
32 #endif 32 #endif
33 33
34 #include "stream.h"
34 #include "tcp.h" 35 #include "tcp.h"
35 36
36 /* IPv6 options */ 37 /* IPv6 options */
37 int network_prefer_ipv4 = 0; 38 int network_prefer_ipv4 = 0;
38 39