aboutsummaryrefslogtreecommitdiff
path: root/examples/io/pads/spi.c
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-03-20 10:56:23 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2022-03-20 10:56:23 +0100
commit4bbfe640a8c357137524e797a8d2bd0a94d3abfa (patch)
treecd1b0ac173ffb2e27d8116637434f413e18542f4 /examples/io/pads/spi.c
parent8c68b4b8a5bf7757b8e4d6bc2f68f10584b0deb1 (diff)
downloadpsn00bsdk-4bbfe640a8c357137524e797a8d2bd0a94d3abfa.tar.gz
Remove stdint.h, fix n00bdemo crashing
Diffstat (limited to 'examples/io/pads/spi.c')
-rw-r--r--examples/io/pads/spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/io/pads/spi.c b/examples/io/pads/spi.c
index 43b5bc3..133782c 100644
--- a/examples/io/pads/spi.c
+++ b/examples/io/pads/spi.c
@@ -27,6 +27,7 @@
*/
#include <stdint.h>
+#include <stddef.h>
#include <string.h>
#include <stdlib.h>
#include <psxetc.h>