mirror of
https://github.com/janet-lang/janet
synced 2025-08-30 01:18:03 +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 <stddef.h>
|
||||
#include <stdbool.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef JANET_EV
|
||||
#ifndef JANET_WINDOWS
|
||||
|
Reference in New Issue
Block a user