diff rtpproto.c @ 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 d34f985d6e8f
children d605f589f0be
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)