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
pull/126/head
Marc Hoffman 18 years ago committed by Diego Biurrun
parent f6618b0f43
commit db0ed93e22
  1. 1
      libavformat/rtsp.c

@ -20,6 +20,7 @@
*/
#include "avformat.h"
#include <sys/time.h>
#include <unistd.h> /* for select() prototype */
#include "network.h"

Loading…
Cancel
Save