* src/threads/thread.c: Moved to .cpp.
[cacao.git] / src / native / llni.c
index e9df0d64328252041395f42b32d6abbe3af08c55..02c171b7bc1ef05ac449846de7a967609a6502b4 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <assert.h>
 
-#include "threads/thread.h"
+#include "threads/thread.hpp"
 
 
 /* LLNI critical sections ******************************************************