summaryrefslogtreecommitdiffstats
path: root/slv2/slv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/slv2.h')
-rw-r--r--slv2/slv2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h
index 27f5a03..8318564 100644
--- a/slv2/slv2.h
+++ b/slv2/slv2.h
@@ -26,8 +26,8 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>
-#include "lv2.h"
-#include "lv2_ui.h"
+#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
+#include "lv2/lv2plug.in/ns/extensions/ui/ui.h"
#if defined _WIN32 || defined __CYGWIN__
#define SLV2_LIB_IMPORT __declspec(dllimport)