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] =?UTF-8?q?fix=20=20error:=20=E2=80=98fd=5Fset=E2=80=99=20?= =?UTF-8?q?has=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