From b0f52236bca5551fbf021266715f23f558b9982e Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 17 May 2023 17:45:17 +0300 Subject: [PATCH] engine: platform: psvita: use _impure_ptr declaration from sys/reent.h --- engine/platform/psvita/sys_psvita.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/platform/psvita/sys_psvita.c b/engine/platform/psvita/sys_psvita.c index 4a26b70e..79d5b3dc 100644 --- a/engine/platform/psvita/sys_psvita.c +++ b/engine/platform/psvita/sys_psvita.c @@ -22,6 +22,7 @@ GNU General Public License for more details. #include #include #include +#include #define DATA_PATH "data/xash3d" #define MAX_ARGV 5 // "" -log -dev X NULL @@ -41,7 +42,6 @@ extern void *__aeabi_idivmod; extern void *__aeabi_uidivmod; extern void *__aeabi_d2ulz; extern void *__aeabi_ul2d; -extern void *_impure_ptr; static const vrtld_export_t aux_exports[] = {