Skip to content

Commit

Permalink
Include math.h for corelib.c
Browse files Browse the repository at this point in the history
This is the downside of the forced amalgamated build. Strange build
constraints.
  • Loading branch information
bakpakin committed Jul 13, 2024
1 parent f5555d2 commit ecc4da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <errno.h>
#include <stddef.h>
#include <stdbool.h>
#include <math.h>

#ifdef JANET_EV
#ifndef JANET_WINDOWS
Expand Down

0 comments on commit ecc4da5

Please sign in to comment.