diff options
Diffstat (limited to 'include/user/compat.h')
-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" { |