From d39eee7a5e6f66289f91c0519f92203dd1b7469e Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Mon, 20 Oct 2025 17:12:32 -0400 Subject: generate list of executables and cache faster --- array.h | 1 + 1 file changed, 1 insertion(+) (limited to 'array.h') diff --git a/array.h b/array.h index 3c410e2..4975261 100644 --- a/array.h +++ b/array.h @@ -1,6 +1,7 @@ #ifndef ARRAY_H_ #define ARRAY_H_ #include +#include typedef struct { size_t size; -- cgit v1.2.3