Commit f821c0db authored by diego's avatar diego

Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.

patch by Alexis Ballier, alexis.ballier gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15649 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c1d132d3
......@@ -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