From db0ed93e228d79763a40d61b0fd21a8a93dc674f Mon Sep 17 00:00:00 2001 From: Marc Hoffman Date: Thu, 22 Feb 2007 08:40:33 +0000 Subject: Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 2871f21..9d5c163 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -20,6 +20,7 @@ */ #include "avformat.h" +#include #include /* for select() prototype */ #include "network.h" -- cgit v1.1