* src/threads/posix/lock.c: Moved to .cpp.
[cacao.git] / src / vm / jit / x86_64 / codegen.c
index ad0252f4a7ee3ee9d11d998ccef9187af55859d5..f3d15b2c9c636f518bda1b17b4758c8a42bf7b1c 100644 (file)
@@ -42,7 +42,7 @@
 #include "native/localref.h"
 #include "native/native.h"
 
-#include "threads/lock-common.h"
+#include "threads/lock.hpp"
 
 #include "vm/jit/builtin.hpp"
 #include "vm/exceptions.hpp"