Skip to content

Commit

Permalink
Merge pull request yhirose#63 from aguadoenzo/master
Browse files Browse the repository at this point in the history
Fix compilation error with musl libc
  • Loading branch information
yhirose authored May 7, 2018
2 parents 25e613b + 911e620 commit e46cc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e46cc54

Please sign in to comment.