mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix lv2core header include
This commit is contained in:
parent
da9ec02662
commit
495b27c742
8 changed files with 9 additions and 9 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LV2_1_18_6
|
||||
#include <lv2/lv2core/lv2.h>
|
||||
#include <lv2/core/lv2.h>
|
||||
#else
|
||||
#include <lv2/lv2plug.in/ns/lv2core/lv2.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue