Fix another lv2core header include

This commit is contained in:
Robin Gareus 2023-05-07 01:41:01 +02:00
parent 495b27c742
commit 1d1a1e87ec
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -30,7 +30,7 @@
#endif
#ifdef HAVE_LV2_1_18_6
#include <lv2/v2core/lv2.h>
#include <lv2/core/lv2.h>
#else
#include <lv2/lv2plug.in/ns/lv2core/lv2.h>
#endif