* src/threads/thread.c: Moved to .cpp.
[cacao.git] / src / vm / jit / arm / linux / md-os.c
index 9775b3f11f255e798cbe497b0b55216f92ff8f36..6881697368e078231db566b10341b48d884facc1 100644 (file)
@@ -49,7 +49,7 @@ typedef struct ucontext {
 
 #define scontext_t struct sigcontext
 
-#include "threads/thread.h"
+#include "threads/thread.hpp"
 
 #include "vm/exceptions.h"
 #include "vm/signallocal.h"