* src/threads/thread.c: Moved to .cpp.
[cacao.git] / src / native / jvmti / jvmti.c
index d7d7d13f7e9791dc6243c3eface59d766903bb81..293af3e11f9c8c2f3d810eac3db797b021d72b7c 100644 (file)
@@ -53,7 +53,7 @@
 #include "vm/stringlocal.h"
 #include "mm/memory.h"
 #include "threads/mutex.h"
-#include "threads/thread.h"
+#include "threads/thread.hpp"
 #include "threads/lock-common.h"
 #include "vm/exceptions.h"
 #include "native/include/java_io_PrintStream.h"