diff 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
line wrap: on
line diff
--- a/stream/tcp.c	Thu May 15 15:54:17 2008 +0000
+++ b/stream/tcp.c	Thu May 15 16:11:50 2008 +0000
@@ -31,6 +31,7 @@
 #include <ws2tcpip.h>
 #endif
 
+#include "stream.h"
 #include "tcp.h"
 
 /* IPv6 options */