Merge pull request #289 from maxice8/fix-musl

fix compilation on musl libc.
This commit is contained in:
Yamagi 2018-04-07 17:54:39 +02:00 committed by GitHub
commit 43f317d981
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/select.h> /* for fd_set */
#ifdef __APPLE__ #ifdef __APPLE__
#include <mach/clock.h> #include <mach/clock.h>