From 62c8df3012a845bdd4aeb6d59fc7689f46085a5c Mon Sep 17 00:00:00 2001 From: danyaberezun Date: Tue, 6 Feb 2024 18:12:57 +0100 Subject: [PATCH] add include regex h --- runtime/runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/runtime.c b/runtime/runtime.c index 56c4b39f5..b5d7b4e21 100644 --- a/runtime/runtime.c +++ b/runtime/runtime.c @@ -3,7 +3,7 @@ #define _GNU_SOURCE 1 #include "runtime.h" - +#include "regex.h" #include "gc.h" #include "runtime_common.h"