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:
parent
3f3b756b61
commit
3d3d314fb7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user