Merge pull request #8196 from jbeich/freebsd

service: sfdnsres: unbreak build on FreeBSD
pull/8/head
bunnei 3 years ago committed by GitHub
commit fc258f1d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,11 @@
#elif YUZU_UNIX
#include <arpa/inet.h>
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
#ifndef EAI_NODATA
#define EAI_NODATA EAI_NONAME
#endif
#endif
namespace Service::Sockets {

Loading…
Cancel
Save