mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 16:43:13 +00:00
Merge pull request #4409 from jbeich/freebsd
network: unbreak build on FreeBSD
This commit is contained in:
commit
da2071455e
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue