early-access version 2670

This commit is contained in:
pineappleEA
2022-04-12 07:09:27 +02:00
parent 1991631787
commit 915c2ef167
14 changed files with 51 additions and 90 deletions

View File

@@ -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 {