include/openssl: don't include <windows.h> in public headers.
[openssl.git] / test / asynctest.c
index 6728058c361aba438e9d1b4e74f15ea5805ad44b..026536b065fb3b283e78940d44331a1cede87205 100644 (file)
@@ -7,6 +7,10 @@
  * https://www.openssl.org/source/license.html
  */
 
+#ifdef _WIN32
+# include <windows.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <openssl/async.h>