diff options
-rw-r--r-- | ffmpeg.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |