--- linuxsampler/trunk/src/hostplugins/lv2/lv2_state.h 2012/04/13 04:18:41 2342 +++ linuxsampler/trunk/src/hostplugins/lv2/lv2_state.h 2012/04/29 16:14:45 2343 @@ -26,7 +26,9 @@ #include #include -#include "lv2/lv2plug.in/ns/lv2core/lv2.h" +// LinuxSampler modification: use lv2.h instead of +// lv2/lv2plug.in/ns/lv2core/lv2.h, to support older lv2core packages +#include #define LV2_STATE_URI "http://lv2plug.in/ns/ext/state" #define LV2_STATE_PREFIX LV2_STATE_URI "#"