diff options
Diffstat (limited to 'suil')
-rw-r--r-- | suil/suil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/suil/suil.h b/suil/suil.h index 5f1b7fe..944f72e 100644 --- a/suil/suil.h +++ b/suil/suil.h @@ -23,7 +23,7 @@ #include <stdint.h> -#include "lv2/lv2plug.in/ns/lv2core/lv2.h" +#include "lv2/core/lv2.h" #ifdef _WIN32 # define SUIL_LIB_IMPORT __declspec(dllimport) |