struct timeval requires #include <sys/time.h>

patch by Dave Yeo  daveryeo _at_ telus _dot_ net

Originally committed as revision 14793 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Dave Yeo 17 years ago committed by Aurelien Jacobs
parent e9e3c9801e
commit e748e34dd6
  1. 1
      libavformat/os_support.c

@ -27,6 +27,7 @@
#include "avformat.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#include "os_support.h"
#ifdef CONFIG_NETWORK

Loading…
Cancel
Save