Revert local change that removes stdatomic.h

This commit is contained in:
Calvin Rose 2024-01-28 07:58:22 -06:00
parent 3a4f86c3d7
commit e85a84171f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#ifdef JANET_WINDOWS
#include <windows.h>
#else
//#include <stdatomic.h>
#include <stdatomic.h>
#endif
#endif