[FFmpeg-cvslog] avformat/unix: include sys/socket.h
Michael Niedermayer
git at videolan.org
Wed Aug 21 00:35:02 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Aug 21 00:25:51 2013 +0200| [97e165cdae9be6c4255cf004b2785f5c7c23ab3a] | committer: Michael Niedermayer
avformat/unix: include sys/socket.h
unbreak android ndk r8 build
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97e165cdae9be6c4255cf004b2785f5c7c23ab3a
---
libavformat/unix.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/unix.c b/libavformat/unix.c
index 70696c0..25af410 100644
--- a/libavformat/unix.c
+++ b/libavformat/unix.c
@@ -26,6 +26,7 @@
*
*/
+#include <sys/socket.h>
#include <sys/un.h>
#include "libavutil/avstring.h"
More information about the ffmpeg-cvslog
mailing list