gethost.hpp include fix

This commit is contained in:
unknown 2022-02-08 16:52:51 -05:00
parent 9314ffb79d
commit 7362ae53b7
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <unistd.h>
#include <netdb.h>
#include <gethost.hpp>
#include "gethost.hpp"
#include <pspsdk.h>

View File

@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <unistd.h>
#include <netdb.h>
#include <gethost.hpp>
#include "gethost.hpp"
#include <pspsdk.h>