Merge pull request #109 from KorigamiK/master

fix more missing types
This commit is contained in:
Wouter Wijsman
2023-01-03 09:12:54 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ extern "C" {
#endif
#include <netinet/in.h>
#include <pspkerneltypes.h>
/**
* Inititalise the resolver library

View File

@@ -17,6 +17,7 @@
#define __PSPUTILITY_SAVEDATA_H__
#include <psptypes.h>
#include <pspkerneltypes.h>
#ifdef __cplusplus
extern "C" {