aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/console.c')
-rw-r--r--tools/console.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/console.c b/tools/console.c
index 53e86389..057656d5 100644
--- a/tools/console.c
+++ b/tools/console.c
@@ -10,6 +10,7 @@
#include "serd/syntax.h"
#include "serd/uri.h"
#include "serd/version.h"
+#include "zix/allocator.h"
#include "zix/attributes.h"
#include "zix/string_view.h"
@@ -392,10 +393,10 @@ serd_parse_common_option(OptionIter* const iter, SerdCommonOptions* const opts)
}
SerdEnv*
-serd_create_env(SerdAllocator* const allocator,
- const char* const program,
- const char* const base_string,
- const char* const out_filename)
+serd_create_env(ZixAllocator* const allocator,
+ const char* const program,
+ const char* const base_string,
+ const char* const out_filename)
{
if (serd_uri_string_has_scheme(base_string)) {
return serd_env_new(allocator, zix_string(base_string));