aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c_type.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-17 18:30:10 +0100
committerlemon <lsof@mailbox.org>2026-03-17 18:30:37 +0100
commit04930d578e65d560253d0c24af43e0ecd06117c8 (patch)
tree6e90f09af0030160dff034bb8e654580779f47a7 /src/c_type.c
parent3eeb6f219e4d32160fa10895b57a8ddfefff5ff7 (diff)
Refactor: move some utils from antcc.h to their own headers
Diffstat (limited to 'src/c_type.c')
-rw-r--r--src/c_type.c1
1 files changed, 1 insertions, 0 deletions
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];