try fixing freebsd build

pull/38/head^2
Jeff Becker 6 years ago
parent f285a0ac3e
commit e7cfc9aa6e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -9,11 +9,11 @@
// kqueue / kevent
#include <sys/event.h>
#include <sys/time.h>
#include <fcntl.h>
#endif
// MacOS needs this
#ifndef SOCK_NONBLOCK
#include <fcntl.h>
#define SOCK_NONBLOCK O_NONBLOCK
#endif

Loading…
Cancel
Save