Browse Source

avformat/unix: include sys/socket.h

unbreak android ndk r8 build

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 12 years ago
parent
commit
97e165cdae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/unix.c

+ 1
- 0
libavformat/unix.c View File

@@ -26,6 +26,7 @@
*
*/

#include <sys/socket.h>
#include <sys/un.h>

#include "libavutil/avstring.h"


Loading…
Cancel
Save