summaryrefslogtreecommitdiffstats
path: root/runtime/atomic.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-11-07 15:48:35 -0800
committerBrian Carlstrom <bdc@google.com>2013-11-07 15:48:35 -0800
commit784639608387602e0c9e448e88db7809577f1667 (patch)
tree804ba3b5e9a96565fbceaf6ca44ab1345ffdb7ca /runtime/atomic.cc
parent8b31a36f846b63b1d375b31097773365ac8d7cb1 (diff)
downloadart-784639608387602e0c9e448e88db7809577f1667.tar.gz
art-784639608387602e0c9e448e88db7809577f1667.tar.bz2
art-784639608387602e0c9e448e88db7809577f1667.zip
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.cc2
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 {