Index: runtime/vm/os_thread_fuchsia.cc |
diff --git a/runtime/vm/os_thread_fuchsia.cc b/runtime/vm/os_thread_fuchsia.cc |
index 0426532790d20de16eccdaa0eb443c05a98c82c9..20db34d097eb4571f9ac49f0f55087694447497c 100644 |
--- a/runtime/vm/os_thread_fuchsia.cc |
+++ b/runtime/vm/os_thread_fuchsia.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "platform/globals.h" // NOLINT |
-#if defined(TARGET_OS_FUCHSIA) |
+#if defined(HOST_OS_FUCHSIA) |
#include "vm/os_thread.h" |
#include "vm/os_thread_fuchsia.h" |
@@ -430,4 +430,4 @@ void Monitor::NotifyAll() { |
} // namespace dart |
-#endif // defined(TARGET_OS_FUCHSIA) |
+#endif // defined(HOST_OS_FUCHSIA) |