1
0
mirror of synced 2025-07-23 14:20:59 +03:00

Merge pull request #63 from aguadoenzo/master

Fix compilation error with musl libc
This commit is contained in:
yhirose
2018-05-07 07:12:49 -04:00
committed by GitHub

View File

@ -48,6 +48,7 @@ typedef SOCKET socket_t;
#include <arpa/inet.h>
#include <signal.h>
#include <sys/socket.h>
#include <sys/select.h>
typedef int socket_t;
#endif