From 087b327287c657aa12108250a39aad0cfca241b8 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Wed, 21 Nov 2007 16:33:06 +0000 Subject: Include os_support.h only when needed Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/tcp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/tcp.c') diff --git a/libavformat/tcp.c b/libavformat/tcp.c index 1b9b4f8..bea0fb9 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -21,6 +21,7 @@ #include "avformat.h" #include #include "network.h" +#include "os_support.h" #include typedef struct TCPContext { -- cgit v1.1