* src/vm/jit/arm/emit.c (emit_patcher_traps): Formerly known
[cacao.git] / src / vm / jit / patcher-common.c
index b606c63b981549e514d211b6f7f2370a31220f93..973682f40d9fee50f267b06519f2a27b1ee14c90 100644 (file)
@@ -35,6 +35,8 @@
 
 #include "mm/memory.h"
 
+#include "threads/lock-common.h"
+
 #include "toolbox/list.h"
 #include "toolbox/logging.h"           /* XXX remove me! */
 
@@ -43,7 +45,6 @@
 
 #include "vm/jit/code.h"
 #include "vm/jit/jit.h"
-#include "vm/jit/patcher.h"
 #include "vm/jit/patcher-common.h"
 
 #include "vmcore/options.h"