Skip to content
Snippets Groups Projects
Commit 0e55ba72 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Add needed include, make it compile without -D_BSD_SOURCE.

Originally committed as revision 14718 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent db01fa13
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment