mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:48:01 -05:00
Merge pull request #4409 from jbeich/freebsd
network: unbreak build on FreeBSD
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user