summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorxyzz2016-08-18 17:18:04 -0700
committerxyzz2016-08-18 17:18:04 -0700
commit412a22e567089a03b68e3b37deac856ae93dacb7 (patch)
tree3296ddb818e235b3852f192ae92904727a3ce814 /include
parentMerge pull request #23 from endrift/processid (diff)
downloadvds-libraries-412a22e567089a03b68e3b37deac856ae93dacb7.tar.gz
Include psp2/types.h in ctrl.h
Diffstat (limited to 'include')
-rw-r--r--include/user/ctrl.h1
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" {