mirror of https://github.com/flysand7/ciabatta.git
make atomics and threads include cia/def and rt when they depend on it
This commit is contained in:
parent
a81d061652
commit
3b69b1ca26
|
@ -1,6 +1,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cia/def.h>
|
||||
#include <wchar.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cia/def.h>
|
||||
#include <tinyrt.h>
|
||||
|
||||
typedef int (*thrd_start_t)(void *);
|
||||
|
||||
struct thrd_t typedef thrd_t;
|
||||
|
|
Loading…
Reference in New Issue