summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavdevice/audio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/audio.c b/libavdevice/audio.c
index 8520a5f3ea..d056711d03 100644
--- a/libavdevice/audio.c
+++ b/libavdevice/audio.c
@@ -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"