* src/threads/thread.c: Moved to .cpp.
[cacao.git] / src / threads / threadlist.c
index 29f192afd5997644fe46f770eaa3f450b6e04914..ccb71e7eeb08fc6c7b8ebfbce566fa7d06a33e84 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "threads/mutex.hpp"
 #include "threads/threadlist.h"
-#include "threads/thread.h"
+#include "threads/thread.hpp"
 
 #include "toolbox/list.h"