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