From fb1d2d7be2803ccb1a92a86bbe61a2fba4b9a693 Mon Sep 17 00:00:00 2001
From: Baptiste Coudurier <baptiste.coudurier@gmail.com>
Date: Fri, 26 Sep 2008 02:13:38 +0000
Subject: [PATCH] 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(+)

diff --git a/ffmpeg.c b/ffmpeg.c
index d9027aeaffd..c7ea0f0746e 100644
--- a/ffmpeg.c
+++ b/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>
-- 
GitLab