summaryrefslogtreecommitdiffstats
path: root/libavformat/tls_schannel.c
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-11-24 19:25:12 -0800
committerHendrik Leppkes <h.leppkes@gmail.com>2016-02-02 16:19:25 +0100
commit5120b03d6987f0372f9c5d936298ce51797b1014 (patch)
tree508740c154b98b1056d9bc5a5ee4b00bee1c7564 /libavformat/tls_schannel.c
parentd117b090211eb64236f52d6887608b2e5e516244 (diff)
downloadffmpeg-streaming-5120b03d6987f0372f9c5d936298ce51797b1014.zip
ffmpeg-streaming-5120b03d6987f0372f9c5d936298ce51797b1014.tar.gz
avformat: add windows.h to SChannel SSP TLS code
This fixes building on cygwin Fixes ticket #5036
Diffstat (limited to 'libavformat/tls_schannel.c')
-rw-r--r--libavformat/tls_schannel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/tls_schannel.c b/libavformat/tls_schannel.c
index c76f8a9..85c01a0 100644
--- a/libavformat/tls_schannel.c
+++ b/libavformat/tls_schannel.c
@@ -28,6 +28,7 @@
#include "tls.h"
#define SECURITY_WIN32
+#include <windows.h>
#include <security.h>
#include <schnlsp.h>
OpenPOWER on IntegriCloud