diff options
Diffstat (limited to 'include/user/udcd.h')
-rw-r--r-- | include/user/udcd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/user/udcd.h b/include/user/udcd.h index eec370f..93bd38d 100644 --- a/include/user/udcd.h +++ b/include/user/udcd.h @@ -1,7 +1,8 @@ #ifndef _PSP2_UDCD_H_ #define _PSP2_UDCD_H_ -#include <psp2/types.h> +#include <stdint.h> +#include <scetypes.h> #ifdef __cplusplus extern "C" { |