avformat/unix: reshuffle #includes

This should fix openbsd while hopefully also working on solaris & android

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/37/head
Michael Niedermayer 12 years ago
parent 97e165cdae
commit be03912a78
  1. 4
      libavformat/unix.c

@ -26,13 +26,11 @@
*
*/
#include <sys/socket.h>
#include <sys/un.h>
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "os_support.h"
#include "network.h"
#include <sys/un.h>
#include "url.h"
typedef struct UnixContext {

Loading…
Cancel
Save