avformat: add windows.h to SChannel SSP TLS code

This fixes building on cygwin
Fixes ticket #5036
pull/174/head
Kevin Mitchell 9 years ago committed by Hendrik Leppkes
parent d117b09021
commit 5120b03d69
  1. 1
      libavformat/tls_schannel.c

@ -28,6 +28,7 @@
#include "tls.h"
#define SECURITY_WIN32
#include <windows.h>
#include <security.h>
#include <schnlsp.h>

Loading…
Cancel
Save