Commit e748e34d authored by Dave Yeo's avatar Dave Yeo Committed by Aurelien Jacobs

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
parent e9e3c980
......@@ -27,6 +27,7 @@
#include "avformat.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#include "os_support.h"
#ifdef CONFIG_NETWORK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment