diff options
Diffstat (limited to 'include/kernel/kernel/utils.h')
-rw-r--r-- | include/kernel/kernel/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/kernel/kernel/utils.h b/include/kernel/kernel/utils.h index fc1e6f5..438097d 100644 --- a/include/kernel/kernel/utils.h +++ b/include/kernel/kernel/utils.h @@ -1,7 +1,8 @@ #ifndef _PSP2_KERNEL_UTILS_H_ #define _PSP2_KERNEL_UTILS_H_ -#include <psp2kern/types.h> +#include <stdint.h> +#include <scetypes.h> #ifdef __cplusplus extern "C" { |