Commit 43b0489f authored by bcoudurier's avatar bcoudurier

include sys/select.h, fix freebsd 5.5 compilation

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