From 7179a0eb65a72dfa22998be2e2792bb2aed330c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 May 2022 17:08:39 -0400 Subject: Separate log.h from jalv_internal.h --- src/jalv_console.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jalv_console.c') diff --git a/src/jalv_console.c b/src/jalv_console.c index 943587a..496a9e5 100644 --- a/src/jalv_console.c +++ b/src/jalv_console.c @@ -8,6 +8,7 @@ #include "jalv_config.h" #include "jalv_internal.h" +#include "log.h" #include "lilv/lilv.h" #include "lv2/ui/ui.h" -- cgit v1.2.1