Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-11-25 06:25:12 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-02-02 18:19:25 +0300
commit5120b03d6987f0372f9c5d936298ce51797b1014 (patch)
tree508740c154b98b1056d9bc5a5ee4b00bee1c7564 /libavformat/tls_schannel.c
parentd117b090211eb64236f52d6887608b2e5e516244 (diff)
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 c76f8a9aa6..85c01a0d64 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>