Add options to check certificate types.
[openssl.git] / crypto / threads_win.c
index 545b9beb873c1f779fb138c771d80f3fc752cc13..4e0de908ee269510d8831c7110606722c50f8fe7 100644 (file)
@@ -7,6 +7,10 @@
  * https://www.openssl.org/source/license.html
  */
 
+#if defined(_WIN32)
+# include <windows.h>
+#endif
+
 #include <openssl/crypto.h>
 
 #if defined(OPENSSL_THREADS) && !defined(CRYPTO_TDEBUG) && defined(OPENSSL_SYS_WINDOWS)