# HG changeset patch # User diego # Date 1210867910 0 # Node ID ba4a01eb4475d977e3c304bbaeee37bd95883da4 # Parent 38d685cf4dc49700ef5c217282c24247af1b3178 Add missing stream.h #include, fixes the warning: stream/tcp.c:197: warning: implicit declaration of function 'stream_check_interrupt' diff -r 38d685cf4dc4 -r ba4a01eb4475 stream/tcp.c --- 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 #endif +#include "stream.h" #include "tcp.h" /* IPv6 options */