| Index: runtime/vm/os_thread_android.cc
|
| diff --git a/runtime/vm/os_thread_android.cc b/runtime/vm/os_thread_android.cc
|
| index 2f51e6f2283526eb64fbefdb25f650364724bbfd..38fce7a4f480ba2557d0edc6ed3ae6b09e112efd 100644
|
| --- a/runtime/vm/os_thread_android.cc
|
| +++ b/runtime/vm/os_thread_android.cc
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include "platform/globals.h" // NOLINT
|
| -#include "platform/signal_blocker.h" // NOLINT
|
| +
|
|
|
| #if defined(TARGET_OS_ANDROID)
|
|
|
| @@ -13,6 +13,7 @@
|
| #include <sys/time.h> // NOLINT
|
|
|
| #include "platform/assert.h"
|
| +#include "platform/signal_blocker.h"
|
| #include "platform/utils.h"
|
|
|
| namespace dart {
|
|
|