include/openssl: don't include <windows.h> in public headers.
[openssl.git] / test / threadstest.c
index db864b290016f2049ede04e03df07e405b00463a..b2e96fa3a130f3b18a4b554028787cf7e269c941 100644 (file)
@@ -7,6 +7,10 @@
  * https://www.openssl.org/source/license.html
  */
 
+#if defined(_WIN32)
+# include <windows.h>
+#endif
+
 #include <stdio.h>
 
 #include <openssl/crypto.h>