mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 23:40:27 +00:00
Include math.h for corelib.c
This is the downside of the forced amalgamated build. Strange build constraints.
This commit is contained in:
parent
f5555d21b9
commit
ecc4da5113
@ -33,6 +33,7 @@
|
||||
#include <errno.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef JANET_EV
|
||||
#ifndef JANET_WINDOWS
|
||||
|
Loading…
Reference in New Issue
Block a user