| Index: runtime/bin/platform_macos.cc
|
| diff --git a/runtime/bin/platform_macos.cc b/runtime/bin/platform_macos.cc
|
| index 6c83fc81b0be67333b94541fced18e36a4bbd719..e970d6e957299f54054c54329ba341da5e7ba1d8 100644
|
| --- a/runtime/bin/platform_macos.cc
|
| +++ b/runtime/bin/platform_macos.cc
|
| @@ -12,7 +12,9 @@
|
| #include "bin/file.h"
|
| #include "bin/platform.h"
|
|
|
| +#if !defined(TARGET_OS_IOS)
|
| #include <crt_externs.h> // NOLINT
|
| +#endif // !defined(TARGET_OS_IOS)
|
| #include <signal.h> // NOLINT
|
| #include <string.h> // NOLINT
|
| #include <unistd.h> // NOLINT
|
|
|