summaryrefslogtreecommitdiffstats
path: root/gst/filter/iir.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/filter/iir.c')
-rw-r--r--gst/filter/iir.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/filter/iir.c b/gst/filter/iir.c
index 1ef31540..13e2e937 100644
--- a/gst/filter/iir.c
+++ b/gst/filter/iir.c
@@ -19,6 +19,10 @@
/* LPC is actually a degenerate case of form I/II filters, but we need
both */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdlib.h>
#include <string.h>
#include <math.h>