(PS3) Buildfix (#14285)
This commit is contained in:
parent
e3b82184a7
commit
b04cb4b1e5
|
@ -221,6 +221,7 @@ RETRO_BEGIN_DECLS
|
||||||
#define NI_NAMEREQD 8
|
#define NI_NAMEREQD 8
|
||||||
#define NI_DGRAM 16
|
#define NI_DGRAM 16
|
||||||
|
|
||||||
|
#ifndef __PS3__
|
||||||
struct addrinfo
|
struct addrinfo
|
||||||
{
|
{
|
||||||
int ai_flags;
|
int ai_flags;
|
||||||
|
@ -232,6 +233,7 @@ struct addrinfo
|
||||||
char *ai_canonname;
|
char *ai_canonname;
|
||||||
struct addrinfo *ai_next;
|
struct addrinfo *ai_next;
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
/* gai_strerror() not used, so we skip that. */
|
/* gai_strerror() not used, so we skip that. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue