1
0
Fork 0
forked from fun/fun

Fixed compile error for Alpine/musl. (0.26.6)

This commit is contained in:
Johannes Findeisen 2025-10-13 00:50:42 +02:00
commit 6d9b082945
9 changed files with 8 additions and 56 deletions

View file

@ -21,6 +21,13 @@
#ifdef __unix__
#include <sys/wait.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/un.h>
#include <unistd.h>
#include <arpa/inet.h>
#endif
/* Threading internals (registry and platform glue) */