From 1d1a1e87ecd1ea4f54eb7964770aa59254105866 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 7 May 2023 01:41:01 +0200 Subject: [PATCH] Fix another lv2core header include --- libs/plugins/a-exp.lv2/a-exp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugins/a-exp.lv2/a-exp.c b/libs/plugins/a-exp.lv2/a-exp.c index 466613d416..8ec090b1f3 100644 --- a/libs/plugins/a-exp.lv2/a-exp.c +++ b/libs/plugins/a-exp.lv2/a-exp.c @@ -30,7 +30,7 @@ #endif #ifdef HAVE_LV2_1_18_6 -#include +#include #else #include #endif