1
0
Fork 0
forked from fun/fun

musl libc build fix. (0.37.50)

This commit is contained in:
Johannes Findeisen 2026-01-14 02:11:29 +01:00
commit ee8db4da9b
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
#include <string.h>
#include <stdarg.h>
#include <time.h>
#include <math.h>
#ifdef __unix__
#include <sys/wait.h>