* src/vm/jit/patcher-common.c: Moved to .cpp.
[cacao.git] / src / vm / jit / i386 / codegen.c
index efb7f8c76b0185bec418ec47b130045f11ede66a..5b0cd8a7f11e000b3c6a7d71179dcd0f91766fd7 100644 (file)
@@ -60,7 +60,7 @@
 #include "vm/jit/jit.hpp"
 #include "vm/jit/linenumbertable.h"
 #include "vm/jit/parse.h"
-#include "vm/jit/patcher-common.h"
+#include "vm/jit/patcher-common.hpp"
 #include "vm/jit/reg.h"
 #include "vm/jit/replace.hpp"
 #include "vm/jit/stacktrace.hpp"