From 979428649aa6d8e52aa6c84bc7c95a57fb650dc9 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 18 Jan 2022 03:33:34 +0100 Subject: [PATCH] VITA: Fix Nat-t compilation --- libretro-common/include/net/net_compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-common/include/net/net_compat.h b/libretro-common/include/net/net_compat.h index 03a049da88..f88260dd13 100644 --- a/libretro-common/include/net/net_compat.h +++ b/libretro-common/include/net/net_compat.h @@ -88,6 +88,7 @@ #define htonl sceNetHtonl #define ntohl sceNetNtohl #define htons sceNetHtons +#define ntohs sceNetNtohs #define socklen_t unsigned int struct hostent