summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-16 01:18:03 +0000
committerDavid Robillard <d@drobilla.net>2010-10-16 01:18:03 +0000
commit4cbb122b66913bf6e51d725ee976fabf91dc79a0 (patch)
tree8d3fd60a4fc8c19bdfb8419d82f99a0f7a69dc7b /utils
parentb344c5c8dc089e3ea73d5fce41e11ffc59e20516 (diff)
downloadlilv-4cbb122b66913bf6e51d725ee976fabf91dc79a0.tar.gz
lilv-4cbb122b66913bf6e51d725ee976fabf91dc79a0.tar.bz2
lilv-4cbb122b66913bf6e51d725ee976fabf91dc79a0.zip
Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke this).
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2628 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils')
-rw-r--r--utils/ladspa2lv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ladspa2lv2.c b/utils/ladspa2lv2.c
index be142bc..5d7a3b6 100644
--- a/utils/ladspa2lv2.c
+++ b/utils/ladspa2lv2.c
@@ -24,7 +24,7 @@
#include <float.h>
#include <math.h>
#include <dlfcn.h>
-#include <librdf.h>
+#include <redland.h>
#include "ladspa.h"
#define U(x) ((const unsigned char*)(x))