Fix Build with musl

This commit is contained in:
Florian Märkl 2019-10-10 18:22:35 +02:00
commit cabe026a63
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

View file

@ -24,6 +24,7 @@
#else
#include <unistd.h>
#include <sys/socket.h>
#include <sys/select.h>
#endif
CHIAKI_EXPORT ChiakiErrorCode chiaki_stop_pipe_init(ChiakiStopPipe *stop_pipe)