From c75a0cce5bc3b53489979cb20af35c0e0b0db382 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 24 Sep 2008 22:11:53 +0000 Subject: include sys/select.h to get select, according to posix 2001, fix compilation on freebsd 5.5 Originally committed as revision 15406 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 1b13c5686e..4ab7086677 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -22,6 +22,7 @@ #include #include "network.h" #include "os_support.h" +#include #include typedef struct TCPContext { -- cgit v1.2.3