* src/threads/thread.c: Moved to .cpp.
[cacao.git] / src / native / jvmti / cacaodbg.h
index 4b4a219eb7025cd7e2b4dc57d8f111821369e188..04abbd85c2a04d45fef38bc426c7a8557e85d100 100644 (file)
@@ -26,7 +26,7 @@
 #define _CACAODBG_H
 
 #include "threads/mutex.h"
-#include "threads/thread.h"
+#include "threads/thread.hpp"
 #include "native/jvmti/jvmti.h"
 #include "native/include/java_lang_String.h"
 #include <ltdl.h>