summaryrefslogtreecommitdiff
path: root/src/code/fault_n64.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-26 18:17:02 -0400
committerGitHub <noreply@github.com>2025-04-26 18:17:02 -0400
commitbed76a3bf3cd89456e3331b2c2b50dbc5f79fe48 (patch)
tree49f4c9741975a6c68d8cb6dbb7902e6a6d3d428d /src/code/fault_n64.c
parent25b2fa4bca1f1d2d155db2610191af1075e813b3 (diff)
add array_count.h (#2514)
Diffstat (limited to 'src/code/fault_n64.c')
-rw-r--r--src/code/fault_n64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/fault_n64.c b/src/code/fault_n64.c
index c6c579676..5e071d87b 100644
--- a/src/code/fault_n64.c
+++ b/src/code/fault_n64.c
@@ -1,6 +1,7 @@
#include "libc64/os_malloc.h"
#include "libc64/sleep.h"
#include "libc64/sprintf.h"
+#include "array_count.h"
#include "controller.h"
#include "fault.h"
#include "gfx.h"