1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-14 01:20:27 +00:00

Remove warning about math.h on aarch64 ubuntu gcc.

This commit is contained in:
Calvin Rose 2020-03-07 14:05:28 -06:00
parent 3f3b756b61
commit 3d3d314fb7

View File

@ -30,6 +30,8 @@
#include "util.h"
#endif
#include <math.h>
/* VM state */
JANET_THREAD_LOCAL JanetTable *janet_vm_core_env;
JANET_THREAD_LOCAL JanetTable *janet_vm_registry;