summaryrefslogtreecommitdiffstats
path: root/gst/monoscope/convolve.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/monoscope/convolve.c')
-rw-r--r--gst/monoscope/convolve.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/monoscope/convolve.c b/gst/monoscope/convolve.c
index aefffa3e..b707621b 100644
--- a/gst/monoscope/convolve.c
+++ b/gst/monoscope/convolve.c
@@ -55,6 +55,10 @@
* convolution", or "combine these three length 2^n outputs into one
* 2^{n+1} output." */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdlib.h>
#include "convolve.h"