mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 01:13:45 -04:00
Merge pull request #4409 from jbeich/freebsd
network: unbreak build on FreeBSD
This commit is contained in:
commit
84437f691e
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue