From 7362ae53b7db05b316f1e185cfb48c96d53a8b8c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 8 Feb 2022 16:52:51 -0500 Subject: [PATCH] gethost.hpp include fix --- source/psp/network_infrastructure.cpp | 2 +- source/psp/network_psp.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/psp/network_infrastructure.cpp b/source/psp/network_infrastructure.cpp index c971c89..e6c5b87 100644 --- a/source/psp/network_infrastructure.cpp +++ b/source/psp/network_infrastructure.cpp @@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#include +#include "gethost.hpp" #include diff --git a/source/psp/network_psp.cpp b/source/psp/network_psp.cpp index 0e1b5d8..3f27025 100644 --- a/source/psp/network_psp.cpp +++ b/source/psp/network_psp.cpp @@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#include +#include "gethost.hpp" #include