diff options
author | Reiko Asakura | 2021-02-11 12:05:53 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-02-11 12:05:53 -0500 |
commit | cedabc50f2df4926ae3039f225f0452ebe05176d (patch) | |
tree | e67bb62340f3cc027c92b41cf70a65d7e462ef5a /include/user/udcd.h | |
parent | scePafResourceGetAttributeIdIntLpb: fix NID (diff) | |
download | vds-libraries-cedabc50f2df4926ae3039f225f0452ebe05176d.tar.gz |
Fix includes: various
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" { |