changeset 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 a2bdb3bfeb99
children b337fe64a31f
files rtpproto.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)