aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c7
1 files changed, 7 insertions, 0 deletions
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 <stdarg.h>
+#include <stdbool.h>
+#include <stdio.h>
+
int
jalv_printf(LV2_Log_Handle handle,
LV2_URID type,