[build] Fix compilation with musl (#6289)

This commit is contained in:
Peter Johnson
2024-01-21 20:32:56 -08:00
committed by GitHub
parent 9206b47d67
commit 51d92c7027

View File

@@ -12,6 +12,7 @@
#include <arpa/inet.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <sys/time.h>
#include <unistd.h>
#endif