Index: runtime/bin/socket.h |
diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h |
index a482dd8e4f208eac6c50c6c9bca3ead0e5352e97..72d2ca9cf87b719b67003f7887dffb086edf9a9d 100644 |
--- a/runtime/bin/socket.h |
+++ b/runtime/bin/socket.h |
@@ -11,7 +11,9 @@ |
#include "platform/globals.h" |
#include "platform/thread.h" |
// Declare the OS-specific types ahead of defining the generic class. |
-#if defined(TARGET_OS_LINUX) |
+#if defined(TARGET_OS_ANDROID) |
+#include "bin/socket_android.h" |
+#elif defined(TARGET_OS_LINUX) |
#include "bin/socket_linux.h" |
#elif defined(TARGET_OS_MACOS) |
#include "bin/socket_macos.h" |