diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-21 00:25:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-21 00:25:51 +0200 |
commit | 97e165cdae9be6c4255cf004b2785f5c7c23ab3a (patch) | |
tree | a811b49013b87a26fc3ab6431abc20fd89592083 /libavformat/unix.c | |
parent | 880c73cd76109697447fbfbaa8e5ee5683309446 (diff) | |
download | ffmpeg-97e165cdae9be6c4255cf004b2785f5c7c23ab3a.tar.gz |
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.c | 1 |
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" |