Commit 9576034d authored by diego's avatar diego

Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.

patch by Kurtnoise, kurtnoise free fr


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14756 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c79021c7
...@@ -32,7 +32,9 @@ ...@@ -32,7 +32,9 @@
#include "network.h" #include "network.h"
#include "os_support.h" #include "os_support.h"
#include <fcntl.h> #include <fcntl.h>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h> #include <sys/select.h>
#endif
#define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_TX_BUF_SIZE (64 * 1024)
#define RTP_RX_BUF_SIZE (128 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment