Index: runtime/bin/thread.h |
diff --git a/runtime/bin/thread.h b/runtime/bin/thread.h |
index 979c77f05259114169e262d32413ad13ce289baf..37a4b9febfcb9268248995a12745e2c5e299db60 100644 |
--- a/runtime/bin/thread.h |
+++ b/runtime/bin/thread.h |
@@ -18,6 +18,8 @@ class Monitor; |
// Declare the OS-specific types ahead of defining the generic classes. |
#if defined(TARGET_OS_ANDROID) |
#include "bin/thread_android.h" |
+#elif defined(TARGET_OS_FUCHSIA) |
+#include "bin/thread_fuchsia.h" |
#elif defined(TARGET_OS_LINUX) |
#include "bin/thread_linux.h" |
#elif defined(TARGET_OS_MACOS) |