1
0
mirror of synced 2025-09-07 00:46:38 +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