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
1 changed files with 1 additions and 0 deletions

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"