(PS3) Buildfix (#14285)

This commit is contained in:
Cthulhu-throwaway 2022-08-04 23:19:28 -03:00 committed by GitHub
parent e3b82184a7
commit b04cb4b1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,6 +221,7 @@ RETRO_BEGIN_DECLS
#define NI_NAMEREQD 8
#define NI_DGRAM 16
#ifndef __PS3__
struct addrinfo
{
int ai_flags;
@ -232,6 +233,7 @@ struct addrinfo
char *ai_canonname;
struct addrinfo *ai_next;
};
#endif
/* gai_strerror() not used, so we skip that. */