diff options
Diffstat (limited to '')
-rw-r--r-- | include/kernel/udcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/udcd.h b/include/kernel/udcd.h index c014a1b..8243833 100644 --- a/include/kernel/udcd.h +++ b/include/kernel/udcd.h @@ -1,7 +1,7 @@ #ifndef _PSP2_KERNEL_UDCD_H_ #define _PSP2_KERNEL_UDCD_H_ -#include <psp2/types.h> +#include <psp2kern/types.h> #ifdef __cplusplus extern "C" { |