Browse Source
Merge pull request #4409 from jbeich/freebsd
network: unbreak build on FreeBSD
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/core/network/network.cpp
|
|
@ -15,7 +15,9 @@ |
|
|
#include <errno.h>
|
|
|
#include <errno.h>
|
|
|
#include <fcntl.h>
|
|
|
#include <fcntl.h>
|
|
|
#include <netdb.h>
|
|
|
#include <netdb.h>
|
|
|
|
|
|
#include <netinet/in.h>
|
|
|
#include <poll.h>
|
|
|
#include <poll.h>
|
|
|
|
|
|
#include <sys/socket.h>
|
|
|
#include <unistd.h>
|
|
|
#include <unistd.h>
|
|
|
#else
|
|
|
#else
|
|
|
#error "Unimplemented platform"
|
|
|
#error "Unimplemented platform"
|
|
|
|