aboutsummaryrefslogtreecommitdiffstats
path: root/src/lv2_evbuf.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/lv2_evbuf.c
parent5c679f18dd57c88c1c4a37cd15559510108b359a (diff)
downloadjalv-3a4efdc47d45558aef921eacae25d51f1b399528.tar.gz
jalv-3a4efdc47d45558aef921eacae25d51f1b399528.tar.bz2
jalv-3a4efdc47d45558aef921eacae25d51f1b399528.zip
Use modern LV2 includes
Diffstat (limited to 'src/lv2_evbuf.c')
-rw-r--r--src/lv2_evbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lv2_evbuf.c b/src/lv2_evbuf.c
index d7012c7..bd17f49 100644
--- a/src/lv2_evbuf.c
+++ b/src/lv2_evbuf.c
@@ -18,7 +18,7 @@
#include <stdlib.h>
#include <string.h>
-#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
+#include "lv2/atom/atom.h"
#include "lv2_evbuf.h"