projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80b267
)
Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.
author
Alexis Ballier
<alexis.ballier@gmail.com>
Mon, 20 Oct 2008 05:26:52 +0000
(
05:26
+0000)
committer
Diego 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
patch
|
blob
|
history
diff --git
a/libavdevice/audio.c
b/libavdevice/audio.c
index
8520a5f
..
d056711
100644
(file)
--- 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"