changeset 4083:2de14ee7b25f libavformat

Add sys/time.h header #include, fixes compilation on OS/2. patch by Dave Yeo, daveryeo telus net
author diego
date Fri, 12 Dec 2008 06:55:48 +0000
parents 756f6fe63771
children 96cf19bbdbdc
files udp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/udp.c	Fri Dec 12 05:10:43 2008 +0000
+++ b/udp.c	Fri Dec 12 06:55:48 2008 +0000
@@ -32,6 +32,7 @@
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
+#include <sys/time.h>
 
 #ifndef IPV6_ADD_MEMBERSHIP
 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP