mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.
patch by Alexis Ballier, alexis.ballier gmail com Originally committed as revision 15649 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e80b267536
commit
d84b1cb3da
@ -34,6 +34,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#include "libavutil/log.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
Loading…
Reference in New Issue
Block a user