Browse Source

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
tags/v0.5
Dave Yeo Aurelien Jacobs 17 years ago
parent
commit
e748e34dd6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/os_support.c

+ 1
- 0
libavformat/os_support.c View File

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


#ifdef CONFIG_NETWORK #ifdef CONFIG_NETWORK


Loading…
Cancel
Save