[FFmpeg-cvslog] proto: include os_support.h in network.h

Luca Barbato git at videolan.org
Fri Apr 8 02:56:57 CEST 2011


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Thu Apr  7 15:09:03 2011 +0200| [a2031251c7eedd0d82cb9e08717990fa2ae6299f] | committer: Luca Barbato

proto: include os_support.h in network.h

Fix compilation on systems without poll()

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

 libavformat/network.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/network.h b/libavformat/network.h
index 6943bc6..84a8f53 100644
--- a/libavformat/network.h
+++ b/libavformat/network.h
@@ -22,6 +22,7 @@
 #define AVFORMAT_NETWORK_H
 
 #include "config.h"
+#include "os_support.h"
 
 #if HAVE_WINSOCK2_H
 #include <winsock2.h>



More information about the ffmpeg-cvslog mailing list