diff options
Diffstat (limited to 'include/user/kernel/iofilemgr_syscall.h')
-rw-r--r-- | include/user/kernel/iofilemgr_syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/kernel/iofilemgr_syscall.h b/include/user/kernel/iofilemgr_syscall.h index a72039c..331dc16 100644 --- a/include/user/kernel/iofilemgr_syscall.h +++ b/include/user/kernel/iofilemgr_syscall.h @@ -1,7 +1,7 @@ #ifndef _DOLCESDK_PSP2_KERNEL_IOFILEMGR_SYSCALL_H_ #define _DOLCESDK_PSP2_KERNEL_IOFILEMGR_SYSCALL_H_ -#include <psp2/kernel/types.h> +#include <scetypes.h> #ifdef __cplusplus extern "C" { |