From e748e34dd6427271b779978a61156e47bfab3c8e Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Sat, 16 Aug 2008 18:39:30 +0000 Subject: [PATCH] struct timeval requires #include 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/os_support.c b/libavformat/os_support.c index 434d4b8693..e6dbc307dd 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -27,6 +27,7 @@ #include "avformat.h" #include #include +#include #include "os_support.h" #ifdef CONFIG_NETWORK