mirror of
https://github.com/janet-lang/janet
synced 2025-09-09 22:36:07 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user