OSDN Git Service

avformat/unix: include sys/socket.h
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 20 Aug 2013 22:25:51 +0000 (00:25 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 20 Aug 2013 22:25:51 +0000 (00:25 +0200)
unbreak android ndk r8 build

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/unix.c

index 70696c0..25af410 100644 (file)
@@ -26,6 +26,7 @@
  *
  */
 
+#include <sys/socket.h>
 #include <sys/un.h>
 
 #include "libavutil/avstring.h"