diff options
| author | 2013-11-07 15:52:27 -0800 | |
|---|---|---|
| committer | 2013-11-07 15:52:27 -0800 | |
| commit | c24f65123ddf1eed98a9358e27e845e52cc73f91 (patch) | |
| tree | bbd085beb1ccb714820bb910ba282686bda25a1f | |
| parent | 9a0356355527f2bd3e6f9c6fe1448925ffea4e8a (diff) | |
| parent | 784639608387602e0c9e448e88db7809577f1667 (diff) | |
am 78463960: Change thread.h to thread-inl.h for missing Thread::Current for mips
* commit '784639608387602e0c9e448e88db7809577f1667':
Change thread.h to thread-inl.h for missing Thread::Current for mips
| -rw-r--r-- | runtime/atomic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/atomic.cc b/runtime/atomic.cc index c91db793ba..47cee6aa2b 100644 --- a/runtime/atomic.cc +++ b/runtime/atomic.cc @@ -23,7 +23,7 @@ #include "base/mutex.h" #include "base/stl_util.h" #include "base/stringprintf.h" -#include "thread.h" +#include "thread-inl.h" #endif namespace art { |