| Index: runtime/bin/secure_socket.h
|
| diff --git a/runtime/bin/secure_socket.h b/runtime/bin/secure_socket.h
|
| index e01df4111cf01ddca0040eef7bcea40dcfa3a0c6..1af6197863bb5b89fbe2fb59b834271fb0026bab 100644
|
| --- a/runtime/bin/secure_socket.h
|
| +++ b/runtime/bin/secure_socket.h
|
| @@ -10,8 +10,7 @@
|
| #endif
|
|
|
| #include "platform/globals.h"
|
| -#if defined(TARGET_OS_ANDROID) || \
|
| - defined(TARGET_OS_LINUX) || \
|
| +#if defined(TARGET_OS_ANDROID) || defined(TARGET_OS_LINUX) || \
|
| defined(TARGET_OS_WINDOWS)
|
| #include "bin/secure_socket_boringssl.h"
|
| #elif defined(TARGET_OS_MACOS)
|
|
|