Commit fb1d2d7b authored by Baptiste Coudurier's avatar Baptiste Coudurier

include sys/select.h, fix freebsd 5.5 compilation

Originally committed as revision 15421 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6ad1c9c9
......@@ -48,6 +48,10 @@
#include <windows.h>
#endif
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#if defined(HAVE_TERMIOS_H)
#include <fcntl.h>
#include <sys/ioctl.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