| Index: runtime/bin/socket.h
|
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h
|
| index bd8ed4bceb9cd0fca476a72970195737d91648aa..0b17706446bb6637ba9e48a2013f17fc76c91620 100644
|
| --- a/runtime/bin/socket.h
|
| +++ b/runtime/bin/socket.h
|
| @@ -13,6 +13,8 @@
|
| // Declare the OS-specific types ahead of defining the generic class.
|
| #if defined(TARGET_OS_ANDROID)
|
| #include "bin/socket_android.h"
|
| +#elif defined(TARGET_OS_FUCHSIA)
|
| +#include "bin/socket_fuchsia.h"
|
| #elif defined(TARGET_OS_LINUX)
|
| #include "bin/socket_linux.h"
|
| #elif defined(TARGET_OS_MACOS)
|
|
|