Index: runtime/vm/cpu_arm64.cc |
diff --git a/runtime/vm/cpu_arm64.cc b/runtime/vm/cpu_arm64.cc |
index 10a0404c3fd9565d0c83ed1a13fd8e438bc14df3..290d90da6408110495d76480423343a59a4320ae 100644 |
--- a/runtime/vm/cpu_arm64.cc |
+++ b/runtime/vm/cpu_arm64.cc |
@@ -12,7 +12,9 @@ |
#include "vm/simulator.h" |
#if !defined(USING_SIMULATOR) |
+#if !defined(HOST_OS_FUCHSIA) |
#include <sys/syscall.h> /* NOLINT */ |
+#endif |
#include <unistd.h> /* NOLINT */ |
#endif |