mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(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_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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user