[FFmpeg-cvslog] avformat/tls_securetransport: Add missing include

Michael Niedermayer git at videolan.org
Tue Feb 2 16:15:14 CET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Feb  2 15:57:32 2016 +0100| [d117b090211eb64236f52d6887608b2e5e516244] | committer: Michael Niedermayer

avformat/tls_securetransport: Add missing include

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 libavformat/tls_securetransport.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/tls_securetransport.c b/libavformat/tls_securetransport.c
index 51b6661..482771a 100644
--- a/libavformat/tls_securetransport.c
+++ b/libavformat/tls_securetransport.c
@@ -22,6 +22,7 @@
 
 
 #include "avformat.h"
+#include "avio_internal.h"
 #include "internal.h"
 #include "network.h"
 #include "os_support.h"



More information about the ffmpeg-cvslog mailing list