diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/ctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user/ctrl.h b/include/user/ctrl.h index c745714..0d15dfc 100644 --- a/include/user/ctrl.h +++ b/include/user/ctrl.h @@ -2,6 +2,7 @@ #define _PSP2_CTRL_H_ #include <stdint.h> +#include <psp2/types.h> #ifdef __cplusplus extern "C" { |