machinezone / IXWebSocket

websocket and http client and server library, with TLS support and very few dependencies
BSD 3-Clause "New" or "Revised" License
512 stars 167 forks source link

IXSocket.h: add missing <sys/types.h> for macOS #512

Closed barracuda156 closed 1 month ago

barracuda156 commented 2 months ago

Fixes an error with undefined ssize_t

bsergean commented 1 month ago

something is unhappy with one check

barracuda156 commented 1 month ago

Was it passing otherwise? It is strange if build is fine but tests fail because of adding a header. But I can try locally.