aboutsummaryrefslogtreecommitdiff
path: root/cordhelpers.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-13 20:18:08 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-13 20:18:08 -0400
commitc455e7b67d2e55e6ed03e3449203d4e307f5a7dd (patch)
tree27d9d4c77193f7aa1fe3a3c6fe5631d0ccfd59e2 /cordhelpers.c
parent816aa29b799132acb8c71d4968df6c4619fb2b1d (diff)
Rename builtins/ -> stdlib/
Diffstat (limited to 'cordhelpers.c')
-rw-r--r--cordhelpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cordhelpers.c b/cordhelpers.c
index f0e1ab38..5a0066f7 100644
--- a/cordhelpers.c
+++ b/cordhelpers.c
@@ -3,7 +3,7 @@
#include <gc/cord.h>
#include <stdarg.h>
-#include "builtins/util.h"
+#include "stdlib/util.h"
__attribute__((format(printf, 1, 2)))
public CORD CORD_asprintf(CORD fmt, ...)