summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ladspa/search.c')
-rw-r--r--ext/ladspa/search.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ladspa/search.c b/ext/ladspa/search.c
index aac4381b..08b28d12 100644
--- a/ext/ladspa/search.c
+++ b/ext/ladspa/search.c
@@ -5,6 +5,10 @@
/*****************************************************************************/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <dirent.h>
#include <dlfcn.h>
#include <stdio.h>