Commit be03912a authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/unix: reshuffle #includes

This should fix openbsd while hopefully also working on solaris & android
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 97e165cd
...@@ -26,13 +26,11 @@ ...@@ -26,13 +26,11 @@
* *
*/ */
#include <sys/socket.h>
#include <sys/un.h>
#include "libavutil/avstring.h" #include "libavutil/avstring.h"
#include "libavutil/opt.h" #include "libavutil/opt.h"
#include "os_support.h" #include "os_support.h"
#include "network.h" #include "network.h"
#include <sys/un.h>
#include "url.h" #include "url.h"
typedef struct UnixContext { typedef struct UnixContext {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment