From b04cb4b1e50ff1209d92c61da9976a5e4156eade Mon Sep 17 00:00:00 2001 From: Cthulhu-throwaway <96153783+Cthulhu-throwaway@users.noreply.github.com> Date: Thu, 4 Aug 2022 23:19:28 -0300 Subject: [PATCH] (PS3) Buildfix (#14285) --- libretro-common/include/net/net_compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretro-common/include/net/net_compat.h b/libretro-common/include/net/net_compat.h index 4a0a7ff800..fd07f47c98 100644 --- a/libretro-common/include/net/net_compat.h +++ b/libretro-common/include/net/net_compat.h @@ -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. */