From 04930d578e65d560253d0c24af43e0ecd06117c8 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 17 Mar 2026 18:30:10 +0100 Subject: Refactor: move some utils from antcc.h to their own headers --- src/c_type.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c_type.c') diff --git a/src/c_type.c b/src/c_type.c index 59d890b..30fad03 100644 --- a/src/c_type.c +++ b/src/c_type.c @@ -1,4 +1,5 @@ #include "c_type.h" +#include "u_hash.h" struct typedata typedata[1<<13]; internstr ttypenames[1<<10]; -- cgit v1.2.3