Index: runtime/vm/cpu_arm64.cc |
diff --git a/runtime/vm/cpu_arm64.cc b/runtime/vm/cpu_arm64.cc |
index 10a0404c3fd9565d0c83ed1a13fd8e438bc14df3..3ea297e8a848f7c7f3d091f6b9a979fb069ee968 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(__Fuchsia__) |
zra
2017/05/24 19:30:39
#if !defined(HOST_OS_FUCHSIA)
|
#include <sys/syscall.h> /* NOLINT */ |
+#endif |
#include <unistd.h> /* NOLINT */ |
#endif |