From 9e71c9372d25b699d63a8110ab26a3239ca48cd6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 15 Nov 2024 09:23:33 -0500 Subject: Move string utilities to a separate compilation unit These don't really have anything to do with logging. Also replace a call to the non-standard strdup() in the process. --- src/jack.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jack.c') diff --git a/src/jack.c b/src/jack.c index 0199df5..e6ed812 100644 --- a/src/jack.c +++ b/src/jack.c @@ -9,6 +9,7 @@ #include "log.h" #include "lv2_evbuf.h" #include "port.h" +#include "string_utils.h" #include "types.h" #include "lilv/lilv.h" -- cgit v1.2.1