From 84fa3d69f360c87fce4efe6acb128ad78d3647e2 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 15 May 2008 16:11:50 +0000 Subject: Add missing stream.h #include, fixes the warning: stream/tcp.c:197: warning: implicit declaration of function 'stream_check_interrupt' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26783 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stream/tcp.c b/stream/tcp.c index 769a8669d8..d822d95107 100644 --- a/stream/tcp.c +++ b/stream/tcp.c @@ -31,6 +31,7 @@ #include #endif +#include "stream.h" #include "tcp.h" /* IPv6 options */ -- cgit v1.2.3