Skip to content
Snippets Groups Projects
Unverified Commit fc258f1d authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #8196 from jbeich/freebsd

service: sfdnsres: unbreak build on FreeBSD
parents b86cfe15 d13e48e0
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment