From cedabc50f2df4926ae3039f225f0452ebe05176d Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Thu, 11 Feb 2021 12:05:53 -0500 Subject: Fix includes: various --- include/user/pss.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/user/pss.h') diff --git a/include/user/pss.h b/include/user/pss.h index 1330a6d..2a4f37f 100644 --- a/include/user/pss.h +++ b/include/user/pss.h @@ -1,12 +1,13 @@ #ifndef _PSP2_PSS_H_ #define _PSP2_PSS_H_ -#include +#include +#include #ifdef __cplusplus extern "C" { #endif - + typedef struct ScePssCryptoHandle { SceUID fd; uint32_t unk1; -- cgit v1.2.3