From bed76a3bf3cd89456e3331b2c2b50dbc5f79fe48 Mon Sep 17 00:00:00 2001 From: fig02 Date: Sat, 26 Apr 2025 18:17:02 -0400 Subject: add array_count.h (#2514) --- src/code/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/graph.c') diff --git a/src/code/graph.c b/src/code/graph.c index 62453359a..8fbb1b02f 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -1,7 +1,7 @@ #include "libc64/malloc.h" #include "libc64/sprintf.h" #include "libu64/debug.h" - +#include "array_count.h" #include "buffers.h" #include "console_logo_state.h" #include "controller.h" -- cgit v1.2.3