diff options
author | 2013-11-25 14:51:44 -0800 | |
---|---|---|
committer | 2013-11-25 14:51:44 -0800 | |
commit | 218daa2d876c5989f956e8e54b8f28f33d11b31f (patch) | |
tree | 574798ae69a69412660145af2294778c74af0362 /runtime/gc/allocator/rosalloc.cc | |
parent | 73fbaadee029f310362c9d83a52177f00f2e5d77 (diff) |
Change thread.h to thread-inl.h for missing Thread::Current for rosalloc.cc
Change-Id: Ieded9c5c93839c8f3eb5c5427229743a4c45c5ee
Diffstat (limited to 'runtime/gc/allocator/rosalloc.cc')
-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" |