diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-12 21:02:37 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-12 21:02:37 +0000 |
commit | 0e55ba723b94f2cd21e0af56543d1ec8566052a4 (patch) | |
tree | 9d21ff3e8953c55b8ebd7846fb71b7f61504f626 | |
parent | db01fa131b92a807b16ca568d8ff4e4b673f03fa (diff) | |
download | ffmpeg-0e55ba723b94f2cd21e0af56543d1ec8566052a4.tar.gz |
Add needed include, make it compile without -D_BSD_SOURCE.
Originally committed as revision 14718 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtpproto.c | 1 |
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) |