Commit a1fbd722 authored by bcoudurier's avatar bcoudurier

include sys/select.h instead of unistd.h to get select,

according to posix 2001, fix compilation on freebsd 5.5


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15405 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d7b72abb
......@@ -26,7 +26,7 @@
#include "avformat.h"
#include <sys/time.h>
#include <unistd.h> /* for select() prototype */
#include <sys/select.h>
#include <strings.h>
#include "network.h"
#include "rtsp.h"
......
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