struct timeval requires #include <sys/time.h>
authorDave Yeo <daveryeo@telus.net>
Sat, 16 Aug 2008 18:39:30 +0000 (18:39 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Sat, 16 Aug 2008 18:39:30 +0000 (18:39 +0000)
patch by Dave Yeo  daveryeo _at_ telus _dot_ net

Originally committed as revision 14793 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/os_support.c

index 434d4b8..e6dbc30 100644 (file)
@@ -27,6 +27,7 @@
 #include "avformat.h"
 #include <unistd.h>
 #include <fcntl.h>
+#include <sys/time.h>
 #include "os_support.h"
 
 #ifdef CONFIG_NETWORK