Commit d84b1cb3 authored by Alexis Ballier's avatar Alexis Ballier Committed by Diego Biurrun

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
parent e80b2675
......@@ -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"
......
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