summaryrefslogtreecommitdiffstats
path: root/src/server/JackDriver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-22 20:37:45 +0200
committerDavid Robillard <d@drobilla.net>2018-09-22 20:37:45 +0200
commit367f7c57028ce05f3d765fed678a64ad54a73312 (patch)
tree9e7f93df6e8d8acae74bd21f79c137048b672935 /src/server/JackDriver.cpp
parentcdca5bf74abfa4793c398480ef18ab4d88361306 (diff)
downloadingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.gz
ingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.bz2
ingen-367f7c57028ce05f3d765fed678a64ad54a73312.zip
Use new LV2 include paths
Diffstat (limited to 'src/server/JackDriver.cpp')
-rw-r--r--src/server/JackDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/JackDriver.cpp b/src/server/JackDriver.cpp
index 973e3eb7..9e95b796 100644
--- a/src/server/JackDriver.cpp
+++ b/src/server/JackDriver.cpp
@@ -36,7 +36,7 @@
#include "ingen/URI.hpp"
#include "ingen/URIMap.hpp"
#include "ingen/World.hpp"
-#include "lv2/lv2plug.in/ns/ext/atom/util.h"
+#include "lv2/atom/util.h"
#include "Buffer.hpp"
#include "DuplexPort.hpp"