mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 04:09:57 +00:00
include sys/select.h instead of unistd.h to get select,
according to posix 2001, fix compilation on freebsd 5.5 Originally committed as revision 15405 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b6c7758168
commit
933bd8e291
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user