changeset 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 38d685cf4dc4
children 65f61607e32f
files stream/tcp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 */