Skip to content

Commit e46cc54

Browse files
authored
Merge pull request yhirose#63 from aguadoenzo/master
Fix compilation error with musl libc
2 parents 25e613b + 911e620 commit e46cc54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

httplib.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ typedef SOCKET socket_t;
4848
#include <arpa/inet.h>
4949
#include <signal.h>
5050
#include <sys/socket.h>
51+
#include <sys/select.h>
5152

5253
typedef int socket_t;
5354
#endif

0 commit comments

Comments
 (0)