Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.
authorMarc Hoffman <mmh@pleasantst.com>
Thu, 22 Feb 2007 08:40:33 +0000 (08:40 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 22 Feb 2007 08:40:33 +0000 (08:40 +0000)
Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtsp.c

index 2871f21..9d5c163 100644 (file)
@@ -20,6 +20,7 @@
  */
 #include "avformat.h"
 
+#include <sys/time.h>
 #include <unistd.h> /* for select() prototype */
 #include "network.h"