summaryrefslogtreecommitdiff
path: root/include/user/pss.h
diff options
context:
space:
mode:
authorReiko Asakura2021-02-11 12:05:53 -0500
committerReiko Asakura2021-02-11 12:05:53 -0500
commitcedabc50f2df4926ae3039f225f0452ebe05176d (patch)
treee67bb62340f3cc027c92b41cf70a65d7e462ef5a /include/user/pss.h
parentscePafResourceGetAttributeIdIntLpb: fix NID (diff)
downloadvds-libraries-cedabc50f2df4926ae3039f225f0452ebe05176d.tar.gz
Fix includes: various
Diffstat (limited to 'include/user/pss.h')
-rw-r--r--include/user/pss.h5
1 files changed, 3 insertions, 2 deletions
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 <psp2/types.h>
+#include <stdint.h>
+#include <scetypes.h>
#ifdef __cplusplus
extern "C" {
#endif
-
+
typedef struct ScePssCryptoHandle {
SceUID fd;
uint32_t unk1;