* src/threads/thread.c: Moved to .cpp.
[cacao.git] / src / threads / none / thread-none.c
index 2e40fb8d398638b534f06a98e62242225234af38..de21e8aed7278da8ff2d65fc403b290e03cec976 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <stdint.h>
 
-#include "threads/thread.h"
+#include "threads/thread.hpp"
 
 #include "vm/jit/stacktrace.hpp"