diff options
| author | Reiko Asakura | 2021-02-11 12:05:53 -0500 |
|---|---|---|
| committer | Reiko Asakura | 2021-02-11 12:05:53 -0500 |
| commit | cedabc50f2df4926ae3039f225f0452ebe05176d (patch) | |
| tree | e67bb62340f3cc027c92b41cf70a65d7e462ef5a /include/user/compat.h | |
| parent | scePafResourceGetAttributeIdIntLpb: fix NID (diff) | |
| download | vds-libraries-cedabc50f2df4926ae3039f225f0452ebe05176d.tar.gz | |
Fix includes: various
Diffstat (limited to '')
| -rw-r--r-- | include/user/compat.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/user/compat.h b/include/user/compat.h index 8112c46..3548e6b 100644 --- a/include/user/compat.h +++ b/include/user/compat.h @@ -1,10 +1,9 @@ #ifndef _PSP2_COMPAT_H_ #define _PSP2_COMPAT_H_ -#include <psp2/kernel/iofilemgr.h> -#include <psp2/rtc.h> -#include <psp2/types.h> -#include <stdint.h> +#include <kernel/iofilemgr.h> +#include <rtc.h> +#include <scetypes.h> #ifdef __cplusplus extern "C" { |
