summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
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))