commit | 5f79133a435ebcb20000370d56046fe01201dd80 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 15 17:45:30 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Sep 16 10:56:44 2011 -0700 |
tree | 974c4610e30e8cc950e6e461e66b939361cb2bbe | |
parent | 78128a63b2615744760b7f8ab83df9764a5d4a95 [diff] [blame] |
Implement monitors. Change-Id: Ifc7a801f9cbcdfbc1e1af5c905261dfadaa60f45
diff --git a/src/compiler/Dalvik.h b/src/compiler/Dalvik.h index f4f94e2..b2c62bf 100644 --- a/src/compiler/Dalvik.h +++ b/src/compiler/Dalvik.h
@@ -30,6 +30,7 @@ #include "class_linker.h" #include "compiler.h" #include "dex_cache.h" +#include "sync.h" #include "utils.h" // From Common.h