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/timer/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/system/timer') diff --git a/examples/system/timer/main.c b/examples/system/timer/main.c index 7d9f7b3..8153581 100644 --- a/examples/system/timer/main.c +++ b/examples/system/timer/main.c @@ -1,3 +1,4 @@ +#include #include #include #include -- cgit v1.2.3