Commit 346c6c42 authored by aurel's avatar aurel

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

patch by Dave Yeo  daveryeo _at_ telus _dot_ net


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14793 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 125850c7
......@@ -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