diff options
-rw-r--r-- | runtime/gc/allocator/rosalloc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/allocator/rosalloc.cc b/runtime/gc/allocator/rosalloc.cc index 3030fa7fec..469b0985fd 100644 --- a/runtime/gc/allocator/rosalloc.cc +++ b/runtime/gc/allocator/rosalloc.cc @@ -15,7 +15,7 @@ */ #include "base/mutex-inl.h" -#include "thread.h" +#include "thread-inl.h" #include "thread_list.h" #include "rosalloc.h" |