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/ir_mem2reg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ir_mem2reg.c') diff --git a/src/ir_mem2reg.c b/src/ir_mem2reg.c index 7a5874c..e684e62 100644 --- a/src/ir_mem2reg.c +++ b/src/ir_mem2reg.c @@ -1,4 +1,5 @@ #include "ir.h" +#include "u_bits.h" #include /* qsort */ static const uchar loadszcls[] = { -- cgit v1.2.3