MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update ant.h to contain math.h

+1 -1
+1
include/ant.h
··· 4 4 #pragma once 5 5 #define PCRE2_CODE_UNIT_WIDTH 8 6 6 7 + #include <math.h> 7 8 #include <common.h> 8 9 #include <stdbool.h> 9 10 #include <stddef.h>
-1
src/ant.c
··· 14 14 #include <uv.h> 15 15 #include <oxc.h> 16 16 #include <assert.h> 17 - #include <math.h> 18 17 #include <pcre2.h> 19 18 #include <stdarg.h> 20 19 #include <stdio.h>