From c455e7b67d2e55e6ed03e3449203d4e307f5a7dd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 13 Sep 2024 20:18:08 -0400 Subject: Rename builtins/ -> stdlib/ --- cordhelpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cordhelpers.c') diff --git a/cordhelpers.c b/cordhelpers.c index f0e1ab38..5a0066f7 100644 --- a/cordhelpers.c +++ b/cordhelpers.c @@ -3,7 +3,7 @@ #include #include -#include "builtins/util.h" +#include "stdlib/util.h" __attribute__((format(printf, 1, 2))) public CORD CORD_asprintf(CORD fmt, ...) -- cgit v1.2.3