Skip to content
Snippets Groups Projects
Commit c75a0cce authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

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

fix compilation on freebsd 5.5

Originally committed as revision 15406 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 933bd8e2
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
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