From ca7b3e1eb6693cc82668393486b2d25c558ab5c4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Sep 2020 19:11:03 +0200 Subject: Clean up includes --- src/log.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/log.c') diff --git a/src/log.c b/src/log.c index 45a8f59..cedf906 100644 --- a/src/log.c +++ b/src/log.c @@ -16,6 +16,13 @@ #include "jalv_internal.h" +#include "lv2/log/log.h" +#include "lv2/urid/urid.h" + +#include +#include +#include + int jalv_printf(LV2_Log_Handle handle, LV2_URID type, -- cgit v1.2.1