mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 19:19:53 +00:00
Update for TCC to include stdatomic.h
This commit is contained in:
parent
914a4360e7
commit
bfcfd58259
@ -31,6 +31,8 @@
|
||||
#ifdef JANET_EV
|
||||
#ifdef JANET_WINDOWS
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <stdatomic.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user