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/z_sfx_source.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/code/z_sfx_source.c') diff --git a/src/code/z_sfx_source.c b/src/code/z_sfx_source.c index 3d793c617..9dda34ce3 100644 --- a/src/code/z_sfx_source.c +++ b/src/code/z_sfx_source.c @@ -1,5 +1,6 @@ #include "z64sfx_source.h" +#include "array_count.h" #include "sfx.h" #include "z64play.h" #include "z64skin_matrix.h" -- cgit v1.2.3