summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-08-12 21:02:37 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-08-12 21:02:37 +0000
commit0e55ba723b94f2cd21e0af56543d1ec8566052a4 (patch)
tree9d21ff3e8953c55b8ebd7846fb71b7f61504f626 /libavformat
parentdb01fa131b92a807b16ca568d8ff4e4b673f03fa (diff)
Add needed include, make it compile without -D_BSD_SOURCE.
Originally committed as revision 14718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/rtpproto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index 99fae3a9a0..7edd101e12 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -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)