1
0
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:
Alexis Ballier 2008-10-20 05:26:52 +00:00 committed by Diego Biurrun
parent e80b267536
commit d84b1cb3da

View File

@ -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"