From fb1d2d7be2803ccb1a92a86bbe61a2fba4b9a693 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 26 Sep 2008 02:13:38 +0000 Subject: include sys/select.h, fix freebsd 5.5 compilation Originally committed as revision 15421 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ffmpeg.c') 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 -- cgit v1.2.3