* src/vm/jit/patcher-common.c: Moved to .cpp.
[cacao.git] / src / vm / jit / x86_64 / patcher.c
index 41ed1c08b82194fc86c864ae4cadbc1b4aed7891..49a5d3f6abbd04cd355f7c5a0afe10453bf648fb 100644 (file)
@@ -44,7 +44,7 @@
 #include "vm/references.h"
 #include "vm/resolve.h"
 
-#include "vm/jit/patcher-common.h"
+#include "vm/jit/patcher-common.hpp"
 
 
 /* patcher_patch_code **********************************************************