OSDN Git Service

Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.
authorAlexis Ballier <alexis.ballier@gmail.com>
Mon, 20 Oct 2008 05:26:52 +0000 (05:26 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 20 Oct 2008 05:26:52 +0000 (05:26 +0000)
patch by Alexis Ballier, alexis.ballier gmail com

Originally committed as revision 15649 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavdevice/audio.c

index 8520a5f..d056711 100644 (file)
@@ -34,6 +34,7 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
+#include <sys/select.h>
 
 #include "libavutil/log.h"
 #include "libavcodec/avcodec.h"