make atomics and threads include cia/def and rt when they depend on it

This commit is contained in:
flysand7 2023-09-12 02:38:12 +11:00
parent a81d061652
commit 3b69b1ca26
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <cia/def.h>
#include <wchar.h>
#include <stddef.h>

View File

@ -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;