summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/user/kernel/dmac.h2
-rw-r--r--include/user/udcd.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/user/kernel/dmac.h b/include/user/kernel/dmac.h
index a64165c..0047d6f 100644
--- a/include/user/kernel/dmac.h
+++ b/include/user/kernel/dmac.h
@@ -1,6 +1,8 @@
#ifndef _PSP2_DMAC_H_
#define _PSP2_DMAC_H_
+#include <stddef.h>
+
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/include/user/udcd.h b/include/user/udcd.h
index fefb048..fb740be 100644
--- a/include/user/udcd.h
+++ b/include/user/udcd.h
@@ -1,6 +1,8 @@
#ifndef _PSP2_UDCD_H_
#define _PSP2_UDCD_H_
+#include <psp2/types.h>
+
#ifdef __cplusplus
extern "C" {
#endif