1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-19 10:49:37 +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:
Calvin Rose 2024-07-13 12:44:46 -05:00
parent f5555d21b9
commit ecc4da5113

View File

@ -33,6 +33,7 @@
#include <errno.h>
#include <stddef.h>
#include <stdbool.h>
#include <math.h>
#ifdef JANET_EV
#ifndef JANET_WINDOWS