From 4d72d920239230067880ddb24e5b7c168e0485e9 Mon Sep 17 00:00:00 2001 From: OrigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Mon, 2 Jan 2023 02:39:10 +0530 Subject: [PATCH 1/2] =?UTF-8?q?fix=20=20error:=20=E2=80=98fd=5Fset?= =?UTF-8?q?=E2=80=99=20has=20not=20been=20declared?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/net/pspnet_inet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/pspnet_inet.h b/src/net/pspnet_inet.h index a4bb6a01..71605aa5 100644 --- a/src/net/pspnet_inet.h +++ b/src/net/pspnet_inet.h @@ -19,6 +19,7 @@ extern "C" { #endif #include +#include /** * This struct is needed because tv_sec size is different from what newlib expect From 21bcd65ddae6764c5e9cde18fcc9724692e28a0a Mon Sep 17 00:00:00 2001 From: OrigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Mon, 2 Jan 2023 14:51:49 +0530 Subject: [PATCH 2/2] fix missing types --- src/net/psphttp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/net/psphttp.h b/src/net/psphttp.h index 9667afec..af9a067f 100644 --- a/src/net/psphttp.h +++ b/src/net/psphttp.h @@ -13,6 +13,8 @@ #ifndef __PSPHTTP_H__ #define __PSPHTTP_H__ +#include + #if defined(__cplusplus) extern "C" { #endif