summaryrefslogtreecommitdiffstats
path: root/crypto/async/async_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/async/async_locl.h')
-rw-r--r--crypto/async/async_locl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/async/async_locl.h b/crypto/async/async_locl.h
index 786cf0099c..f0ac05a3db 100644
--- a/crypto/async/async_locl.h
+++ b/crypto/async/async_locl.h
@@ -16,6 +16,10 @@
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
+#if defined(_WIN32)
+# include <windows.h>
+#endif
+
#include <internal/async.h>
#include <openssl/crypto.h>