Fixed compile error for Alpine/musl. (0.26.6)
This commit is contained in:
parent
aa55ac85da
commit
6d9b082945
9 changed files with 8 additions and 56 deletions
7
src/vm.c
7
src/vm.c
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue