diff options
author | xyzz | 2016-08-18 17:18:04 -0700 |
---|---|---|
committer | xyzz | 2016-08-18 17:18:04 -0700 |
commit | 412a22e567089a03b68e3b37deac856ae93dacb7 (patch) | |
tree | 3296ddb818e235b3852f192ae92904727a3ce814 /include | |
parent | Merge pull request #23 from endrift/processid (diff) | |
download | vds-libraries-412a22e567089a03b68e3b37deac856ae93dacb7.tar.gz |
Include psp2/types.h in ctrl.h
Diffstat (limited to 'include')
-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" { |