include sys/select.h, fix freebsd 5.5 compilation
Originally committed as revision 15421 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6ad1c9c992
commit
fb1d2d7be2
1 changed files with 4 additions and 0 deletions
4
ffmpeg.c
4
ffmpeg.c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue