mirror of
https://github.com/janet-lang/janet
synced 2024-11-09 18:29:55 +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 <errno.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#ifdef JANET_EV
|
#ifdef JANET_EV
|
||||||
#ifndef JANET_WINDOWS
|
#ifndef JANET_WINDOWS
|
||||||
|
Loading…
Reference in New Issue
Block a user