aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/lex.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-16 09:19:14 +0100
committerlemon <lsof@mailbox.org>2025-11-16 09:19:14 +0100
commitdfda5c86b24284aca09da6055ef721ff7a18cd7b (patch)
tree6a3f563d639f8ec380c6b5040593087f3b9516df /c/lex.h
parent9abe27f6712852bd6a98d04baeca6d81470cc61c (diff)
factor type stuff into type.h
Diffstat (limited to 'c/lex.h')
-rw-r--r--c/lex.h1
1 files changed, 1 insertions, 0 deletions
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)