* src/vm/jit/stacktrace.c: Moved to .cpp.
[cacao.git] / src / threads / posix / thread-posix.h
index 23395267596248f6daebe2fe2b7956fc6847e1ec..5449cadfa6dbd23287859f9122fd0a43bbca857a 100644 (file)
@@ -59,7 +59,7 @@ typedef struct threadobject threadobject;
 # include "vm/jit/replace.h"
 #endif
 
-#include "vm/jit/stacktrace.h"
+#include "vm/jit/stacktrace.hpp"
 
 #if defined(ENABLE_INTRP)
 #include "vm/jit/intrp/intrp.h"