1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-14 17:29:55 +00:00

Update for TCC to include stdatomic.h

This commit is contained in:
Calvin Rose 2022-11-09 07:55:21 -06:00
parent 914a4360e7
commit bfcfd58259

View File

@ -31,6 +31,8 @@
#ifdef JANET_EV
#ifdef JANET_WINDOWS
#include <windows.h>
#else
#include <stdatomic.h>
#endif
#endif