summaryrefslogtreecommitdiffstats
path: root/vm
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2013-07-24 00:38:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-24 00:38:25 +0000
commit98735194317b2d4d6b77b765706b2742db175cb6 (patch)
treecdc78c4a2c5e217e85f9b70cf96f1adff31bd5a2 /vm
parent52c318a64094cf7e59816258117b730cf7612fd8 (diff)
parentdc0fe3850ed69a5deaff53645a91daa94741b7cc (diff)
downloadandroid_dalvik-98735194317b2d4d6b77b765706b2742db175cb6.tar.gz
android_dalvik-98735194317b2d4d6b77b765706b2742db175cb6.tar.bz2
android_dalvik-98735194317b2d4d6b77b765706b2742db175cb6.zip
Merge "libdvm: move thread definitions dependency"
Diffstat (limited to 'vm')
-rw-r--r--vm/os/android.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/os/android.cpp b/vm/os/android.cpp
index 24ebd5a05..b37bb70f2 100644
--- a/vm/os/android.cpp
+++ b/vm/os/android.cpp
@@ -23,8 +23,8 @@
#include <limits.h>
#include <errno.h>
+#include <system/thread_defs.h>
#include <cutils/sched_policy.h>
-#include <utils/threads.h>
/*
* Conversion map for "nice" values.