summaryrefslogtreecommitdiffstats
path: root/ext/ladspa
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-06 23:36:33 +0000
committerDavid Schleef <ds@schleef.org>2003-11-06 23:36:33 +0000
commit8d9788cb0ba961ad452a0f2d2f697e2011406c31 (patch)
tree06a7b14a0dbd09948473fbae0e40169b5740e87e /ext/ladspa
parentdb94ea181b339e29f80daff9ddce864ce69e4625 (diff)
Include config.h
Original commit message from CVS: Include config.h
Diffstat (limited to 'ext/ladspa')
-rw-r--r--ext/ladspa/gstladspa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c
index 11bfd0f0..2536e01d 100644
--- a/ext/ladspa/gstladspa.c
+++ b/ext/ladspa/gstladspa.c
@@ -18,6 +18,9 @@
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <string.h>
#include <math.h>
#include <gst/control/control.h>