Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-21 02:25:51 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-08-21 02:25:51 +0400
commit97e165cdae9be6c4255cf004b2785f5c7c23ab3a (patch)
treea811b49013b87a26fc3ab6431abc20fd89592083 /libavformat/unix.c
parent880c73cd76109697447fbfbaa8e5ee5683309446 (diff)
avformat/unix: include sys/socket.h
unbreak android ndk r8 build Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/unix.c')
-rw-r--r--libavformat/unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/unix.c b/libavformat/unix.c
index 70696c0c0c..25af4101a1 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"