* src/threads/posix/lock.c: Moved to .cpp.
[cacao.git] / src / threads / posix / thread-posix.hpp
index be8620f9a58a90b650da72becdfd982a2e04f25f..dfbcc2fbbaae70d7cdec1a8ec57d2687c19ae248 100644 (file)
@@ -195,7 +195,7 @@ inline static threadobject* thread_get_current(void);
 
 #include "native/localref.h"
 
-#include "threads/posix/lock.h"
+#include "threads/lock.hpp"
 
 #include "vm/global.h"
 #include "vm/vm.hpp"