Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / boringssl / src / crypto / bio / fd.c
index c40056d..da43fba 100644 (file)
@@ -60,6 +60,8 @@
 
 #if !defined(OPENSSL_WINDOWS)
 #include <unistd.h>
+#else
+#include <Windows.h>
 #endif
 
 #include <openssl/buf.h>