From f05c9eddc9f4dff41016b5363925e59c2de671e2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 2 Jul 2024 00:34:12 +0200 Subject: Completely rework how types are handled --- test/arena.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/arena.c b/test/arena.c index 5efd162..e09aceb 100644 --- a/test/arena.c +++ b/test/arena.c @@ -6,10 +6,9 @@ #include #include "alloc.h" +#include "common.h" #include "test-internal.h" -#define lengthof(xs) (sizeof(xs) / sizeof(*(xs))) - static void make_and_free(void), make_and_resize(void), free_empty_arena(void), -- cgit v1.2.3