Merge pull request #447 from ascent12/os-compat

Remove unneeded linux include
master
Drew DeVault 7 years ago committed by GitHub
commit 57a304c750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,9 +29,6 @@
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#ifdef __linux__
#include <sys/epoll.h>
#endif
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

Loading…
Cancel
Save