From a3dbc6aebbb609a2cd8c1ca308423ebaf3b420c6 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 2 May 2021 15:10:08 +0200 Subject: Use more portable include for lv2.h. Different distro's may use slightly different directory layout for the lv2 include files. This global include should always be present in the system include dir however. --- plugins/LV2/include/lv2wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/LV2/include/lv2wrapper.h b/plugins/LV2/include/lv2wrapper.h index e92c690..5a87dd1 100644 --- a/plugins/LV2/include/lv2wrapper.h +++ b/plugins/LV2/include/lv2wrapper.h @@ -1,4 +1,4 @@ -#include "lv2/core/lv2.h" +#include LV2_Descriptor descriptor; -- cgit v1.2.3