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
1 changed files with 2 additions and 0 deletions

View File

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