diff options
Diffstat (limited to 'slv2/lv2_ui.h')
-rw-r--r-- | slv2/lv2_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/lv2_ui.h b/slv2/lv2_ui.h index 4be2c24..c84a74e 100644 --- a/slv2/lv2_ui.h +++ b/slv2/lv2_ui.h @@ -161,7 +161,7 @@ #ifndef LV2_UI_H
#define LV2_UI_H
-#include <lv2.h>
+#include "lv2.h"
#define LV2_UI_URI "http://lv2plug.in/ns/extensions/ui"
|