From 01fe30bd8bae59ab954751b08bcc1d158eff7edb Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Thu, 1 Jul 2021 08:45:46 +0800 Subject: Added int*_t and uint*_t variable types and updated type definitions in psxgpu and psxcd, to improve compatibility with code written for the official SDK. --- examples/system/childexec/child.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/system/childexec/child.c') diff --git a/examples/system/childexec/child.c b/examples/system/childexec/child.c index 2ed656b..2ddfa73 100644 --- a/examples/system/childexec/child.c +++ b/examples/system/childexec/child.c @@ -1,3 +1,4 @@ +#include #include #include #include @@ -22,7 +23,7 @@ typedef struct { DISPENV disp; /* Display environment */ DRAWENV draw; /* Drawing environment */ - int ot[OT_LEN]; /* Ordering table */ + u_long ot[OT_LEN]; /* Ordering table */ char p[PACKET_LEN]; /* Packet buffer */ } DB; -- cgit v1.2.3