[MPlayer-cvslog] r26783 - trunk/stream/tcp.c
    diego 
    subversion at mplayerhq.hu
       
    Thu May 15 18:11:50 CEST 2008
    
    
  
Author: diego
Date: Thu May 15 18:11:50 2008
New Revision: 26783
Log:
Add missing stream.h #include, fixes the warning:
stream/tcp.c:197: warning: implicit declaration of function 'stream_check_interrupt'
Modified:
   trunk/stream/tcp.c
Modified: trunk/stream/tcp.c
==============================================================================
--- trunk/stream/tcp.c	(original)
+++ trunk/stream/tcp.c	Thu May 15 18:11:50 2008
@@ -31,6 +31,7 @@
 #include <ws2tcpip.h>
 #endif
 
+#include "stream.h"
 #include "tcp.h"
 
 /* IPv6 options */
    
    
More information about the MPlayer-cvslog
mailing list