diff rtpproto.c @ 3712:30d4d95e068f libavformat

Add needed include, make it compile without -D_BSD_SOURCE.
author michael
date Tue, 12 Aug 2008 21:02:37 +0000
parents 6f61c3b36632
children 1968303c7566
line wrap: on
line diff
--- a/rtpproto.c	Tue Aug 12 17:28:00 2008 +0000
+++ b/rtpproto.c	Tue Aug 12 21:02:37 2008 +0000
@@ -32,6 +32,7 @@
 #include "network.h"
 #include "os_support.h"
 #include <fcntl.h>
+#include <sys/select.h>
 
 #define RTP_TX_BUF_SIZE  (64 * 1024)
 #define RTP_RX_BUF_SIZE  (128 * 1024)