summaryrefslogtreecommitdiffstats
path: root/utils/ladspa2lv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ladspa2lv2.c')
-rw-r--r--utils/ladspa2lv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ladspa2lv2.c b/utils/ladspa2lv2.c
index 304f70d..b68185e 100644
--- a/utils/ladspa2lv2.c
+++ b/utils/ladspa2lv2.c
@@ -23,9 +23,9 @@
#include <stdbool.h>
#include <float.h>
#include <math.h>
-#include <ladspa.h>
#include <dlfcn.h>
#include <librdf.h>
+#include "ladspa.h"
#define U(x) ((const unsigned char*)(x))
#define NS_RDF(x) "http://www.w3.org/1999/02/22-rdf-syntax-ns#" x