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

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;