From 438fcb754f47ee30036e7f7819341de7fb7c5d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 24 Jul 2003 13:30:27 +0000 Subject: OSX and BeOS networking fix (socklen_t) Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtsp.c') diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 98225cd..5b2a207 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -18,6 +18,7 @@ */ #include "avformat.h" +#include /* for select() prototype */ #include #include #include -- cgit v1.1