aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_console.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-21 20:25:45 +0200
committerDavid Robillard <d@drobilla.net>2019-04-21 22:45:04 +0200
commit3a4efdc47d45558aef921eacae25d51f1b399528 (patch)
treebad6b76fac690ad645106bff1fbeda1a88766c69 /src/jalv_console.c
parent5c679f18dd57c88c1c4a37cd15559510108b359a (diff)
downloadjalv-3a4efdc47d45558aef921eacae25d51f1b399528.tar.gz
jalv-3a4efdc47d45558aef921eacae25d51f1b399528.tar.bz2
jalv-3a4efdc47d45558aef921eacae25d51f1b399528.zip
Use modern LV2 includes
Diffstat (limited to 'src/jalv_console.c')
-rw-r--r--src/jalv_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c
index 2a9e9b1..5c3ffe4 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -27,7 +27,7 @@
#include "jalv_config.h"
#include "jalv_internal.h"
-#include "lv2/lv2plug.in/ns/extensions/ui/ui.h"
+#include "lv2/ui/ui.h"
static int
print_usage(const char* name, bool error)