summaryrefslogtreecommitdiffhomepage
path: root/src/internal/nolibc/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/nolibc/stdint.h')
-rw-r--r--src/internal/nolibc/stdint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/nolibc/stdint.h b/src/internal/nolibc/stdint.h
new file mode 100644
index 0000000..831d865
--- /dev/null
+++ b/src/internal/nolibc/stdint.h
@@ -0,0 +1,6 @@
+#ifndef _STDINT_H
+#define _STDINT_H
+
+#include <psxtypes/psxtypes.h>
+
+#endif