Commit edb67142 authored by bcoudurier's avatar bcoudurier

include sys/select.h to get select, according to posix 2001,

fix compilation on freebsd 5.5


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15406 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a1fbd722
......@@ -22,6 +22,7 @@
#include <unistd.h>
#include "network.h"
#include "os_support.h"
#include <sys/select.h>
#include <sys/time.h>
typedef struct TCPContext {
......
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