OSDN Git Service

libdvm: move thread definitions dependency
authorAlex Ray <aray@google.com>
Wed, 24 Jul 2013 00:17:50 +0000 (17:17 -0700)
committerAlex Ray <aray@google.com>
Wed, 24 Jul 2013 00:17:50 +0000 (17:17 -0700)
Change-Id: I88351f5b1a8bd2dccab8ab86fd400ec707f5809a

vm/os/android.cpp

index 24ebd5a..b37bb70 100644 (file)
@@ -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.