From 5120b03d6987f0372f9c5d936298ce51797b1014 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Tue, 24 Nov 2015 19:25:12 -0800 Subject: avformat: add windows.h to SChannel SSP TLS code This fixes building on cygwin Fixes ticket #5036 --- libavformat/tls_schannel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/tls_schannel.c') 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 #include #include -- cgit v1.2.3