Merge pull request #4409 from jbeich/freebsd

network: unbreak build on FreeBSD
pull/8/head
LC 5 years ago committed by GitHub
commit da2071455e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,9 @@
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <netinet/in.h>
#include <poll.h>
#include <sys/socket.h>
#include <unistd.h>
#else
#error "Unimplemented platform"

Loading…
Cancel
Save