diff --git a/ffmpeg.c b/ffmpeg.c index d9027aeaff..c7ea0f0746 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -48,6 +48,10 @@ #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif + #if defined(HAVE_TERMIOS_H) #include #include