Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshisato Yanagisawa <yyanagisawa@chromium.org>2014-08-18 22:39:09 +0400
committerAdam Langley <agl@chromium.org>2014-08-18 22:39:09 +0400
commitb7725cf3ecfcb5f31834a8fb30f2522fc5c76f8c (patch)
tree9aa40424c74ad78f4d891f4697ced97e7fe7ceb7 /crypto/thread.c
parent8bc38f556af4a599f0e55fafab908bfbf4f8ba61 (diff)
Include Windows.h in some source files.
https://code.google.com/p/chromium/issues/detail?id=399172#c3 Change-Id: Ie5447f0d6901d802698eabadf3bd5d42d75f588d
Diffstat (limited to 'crypto/thread.c')
-rw-r--r--crypto/thread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/thread.c b/crypto/thread.c
index 6472cd3f..15e38bdd 100644
--- a/crypto/thread.c
+++ b/crypto/thread.c
@@ -58,6 +58,10 @@
#include <errno.h>
+#if defined(OPENSSL_WINDOWS)
+#include <Windows.h>
+#endif
+
#include <openssl/mem.h>
#include <openssl/type_check.h>