1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avformat/unix: include sys/socket.h

unbreak android ndk r8 build

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-08-21 00:25:51 +02:00
parent 880c73cd76
commit 97e165cdae

View File

@ -26,6 +26,7 @@
*
*/
#include <sys/socket.h>
#include <sys/un.h>
#include "libavutil/avstring.h"