changeset 3732:7b229bc319c7 libavformat

struct timeval requires #include <sys/time.h> patch by Dave Yeo daveryeo _at_ telus _dot_ net
author aurel
date Sat, 16 Aug 2008 18:39:30 +0000
parents d8d0fc55a7b8
children f8aa0763f334
files os_support.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/os_support.c	Sat Aug 16 14:46:31 2008 +0000
+++ b/os_support.c	Sat Aug 16 18:39:30 2008 +0000
@@ -27,6 +27,7 @@
 #include "avformat.h"
 #include <unistd.h>
 #include <fcntl.h>
+#include <sys/time.h>
 #include "os_support.h"
 
 #ifdef CONFIG_NETWORK