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/bio
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/bio')
-rw-r--r--crypto/bio/fd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bio/fd.c b/crypto/bio/fd.c
index c40056d1..da43fba8 100644
--- a/crypto/bio/fd.c
+++ b/crypto/bio/fd.c
@@ -60,6 +60,8 @@
#if !defined(OPENSSL_WINDOWS)
#include <unistd.h>
+#else
+#include <Windows.h>
#endif
#include <openssl/buf.h>