| Index: runtime/vm/proccpuinfo.h
|
| diff --git a/runtime/vm/proccpuinfo.h b/runtime/vm/proccpuinfo.h
|
| index e81d7ee6680125421dc56e75a1e1cd43ce5d44db..ee57e2c7d2443e09cdc8170b39d7b3868cbde53a 100644
|
| --- a/runtime/vm/proccpuinfo.h
|
| +++ b/runtime/vm/proccpuinfo.h
|
| @@ -6,7 +6,7 @@
|
| #define RUNTIME_VM_PROCCPUINFO_H_
|
|
|
| #include "vm/globals.h"
|
| -#if defined(TARGET_OS_LINUX) || defined(TARGET_OS_ANDROID)
|
| +#if defined(HOST_OS_LINUX) || defined(HOST_OS_ANDROID)
|
|
|
| #include "vm/allocation.h"
|
|
|
| @@ -29,6 +29,6 @@ class ProcCpuInfo : public AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_LINUX) || defined(TARGET_OS_ANDROID)
|
| +#endif // defined(HOST_OS_LINUX) || defined(HOST_OS_ANDROID)
|
|
|
| #endif // RUNTIME_VM_PROCCPUINFO_H_
|
|
|