changeset 5801:1851c2275530 libavformat

Using struct timeval requires sys/time.h, fixes compilation on some OSes Patch by Dave Yeo, daveryeo at telus dot net
author mstorsjo
date Wed, 10 Mar 2010 07:43:56 +0000
parents 4410bccf6a8a
children 2d82e25df58c
files rtpproto.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rtpproto.c	Tue Mar 09 16:04:41 2010 +0000
+++ b/rtpproto.c	Wed Mar 10 07:43:56 2010 +0000
@@ -36,6 +36,7 @@
 #if HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
+#include <sys/time.h>
 
 #define RTP_TX_BUF_SIZE  (64 * 1024)
 #define RTP_RX_BUF_SIZE  (128 * 1024)