From dfda5c86b24284aca09da6055ef721ff7a18cd7b Mon Sep 17 00:00:00 2001 From: lemon Date: Sun, 16 Nov 2025 09:19:14 +0100 Subject: factor type stuff into type.h --- c/lex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/lex.h') diff --git a/c/lex.h b/c/lex.h index daed23c..fd84f0a 100644 --- a/c/lex.h +++ b/c/lex.h @@ -1,4 +1,5 @@ #include "../common.h" +#include "../type.h" static inline bool joinspan(struct span0 *dst, struct span0 snd) -- cgit v1.2.3