diff options
Diffstat (limited to 'src/stdlib/lists.c')
| -rw-r--r-- | src/stdlib/lists.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/lists.c b/src/stdlib/lists.c index a1ffdf0c..ce27f822 100644 --- a/src/stdlib/lists.c +++ b/src/stdlib/lists.c @@ -1,6 +1,7 @@ // Functions that operate on lists #include <gc.h> +#include <math.h> #include <stdbool.h> #include <stdint.h> #include <sys/param.h> |
