fix missing types

This commit is contained in:
OrigamiK
2023-01-02 15:47:08 +05:30
committed by GitHub
parent a9787e5fa3
commit 1dd3e57e83
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" {