aboutsummaryrefslogtreecommitdiff
path: root/cordhelpers.c
diff options
context:
space:
mode:
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, ...)