summaryrefslogtreecommitdiffstats
path: root/test/asynctest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asynctest.c')
-rw-r--r--test/asynctest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/asynctest.c b/test/asynctest.c
index 6728058c36..026536b065 100644
--- a/test/asynctest.c
+++ b/test/asynctest.c
@@ -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>