diff options
author | Brian Carlstrom <bdc@google.com> | 2013-11-07 15:48:35 -0800 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-11-07 15:48:35 -0800 |
commit | 784639608387602e0c9e448e88db7809577f1667 (patch) | |
tree | 804ba3b5e9a96565fbceaf6ca44ab1345ffdb7ca /runtime/atomic.cc | |
parent | 8b31a36f846b63b1d375b31097773365ac8d7cb1 (diff) | |
download | art-784639608387602e0c9e448e88db7809577f1667.zip art-784639608387602e0c9e448e88db7809577f1667.tar.gz art-784639608387602e0c9e448e88db7809577f1667.tar.bz2 |
Change thread.h to thread-inl.h for missing Thread::Current for mips
Change-Id: Ic1c7c1870c1a49ea470d7f86a9565fea9bb85508
Diffstat (limited to 'runtime/atomic.cc')
-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 c91db79..47cee6a 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 { |