From c454374b73b748dd711554b275ffaf62001b1fc9 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Mon, 18 May 2026 09:35:05 +0200 Subject: add utils.c --- lex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lex.h') diff --git a/lex.h b/lex.h index 7f43c8b..2f3cc8e 100644 --- a/lex.h +++ b/lex.h @@ -1,6 +1,6 @@ #pragma once -#include "typeutils.h" +#include "utils.h" typedef struct Region Region; -- cgit v1.2.3