fix bug
[c11tester.git] / threads-model.h
index 8ba9d9b6d83d34fe7f9f057ad53a3e16356e32d3..02f20b030778420d46a247e7a3980f34bf20396b 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdint.h>
 
 #include "mymemory.h"
-#include <threads.h>
+#include "threads.h"
 #include "modeltypes.h"
 #include "stl-model.h"
 #include "context.h"
@@ -161,6 +161,7 @@ private:
 };
 
 Thread * thread_current();
+void thread_startup();
 
 static inline thread_id_t thrd_to_id(thrd_t t)
 {
@@ -187,4 +188,4 @@ static inline int id_to_int(thread_id_t id)
        return id;
 }
 
-#endif /* __THREADS_MODEL_H__ */
+#endif /* __THREADS_MODEL_H__ */