diff options
author | Marc Hoffman <mmh@pleasantst.com> | 2007-02-22 08:40:33 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-22 08:40:33 +0000 |
commit | db0ed93e228d79763a40d61b0fd21a8a93dc674f (patch) | |
tree | 073695d79b806f2f62e8fd756f6dff5c2d51af1a | |
parent | f6618b0f43bfb533b040ca49f2d47ef78ba82f7a (diff) | |
download | ffmpeg-db0ed93e228d79763a40d61b0fd21a8a93dc674f.tar.gz |
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
-rw-r--r-- | libavformat/rtsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 2871f21a9f..9d5c163721 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -20,6 +20,7 @@ */ #include "avformat.h" +#include <sys/time.h> #include <unistd.h> /* for select() prototype */ #include "network.h" |