[FFmpeg-cvslog] avformat/unix: reshuffle #includes

Michael Niedermayer git at videolan.org
Wed Aug 21 10:30:18 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Aug 21 05:46:34 2013 +0200| [be03912a7805bb40ae022b444b1dc75460bb3eea] | committer: Michael Niedermayer

avformat/unix: reshuffle #includes

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

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be03912a7805bb40ae022b444b1dc75460bb3eea
---

 libavformat/unix.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libavformat/unix.c b/libavformat/unix.c
index 25af410..0e61318 100644
--- a/libavformat/unix.c
+++ b/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 {



More information about the ffmpeg-cvslog mailing list