summaryrefslogtreecommitdiff
path: root/src/post/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/audio')
-rw-r--r--src/post/audio/filter.c3
-rw-r--r--src/post/audio/window.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/post/audio/filter.c b/src/post/audio/filter.c
index cb0363633..c5602736c 100644
--- a/src/post/audio/filter.c
+++ b/src/post/audio/filter.c
@@ -10,6 +10,9 @@
/* Design and implementation of different types of digital filters */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <string.h>
#include <math.h>
#include "dsp.h"
diff --git a/src/post/audio/window.c b/src/post/audio/window.c
index 23c024668..fdea90590 100644
--- a/src/post/audio/window.c
+++ b/src/post/audio/window.c
@@ -15,6 +15,9 @@
* coefficients will be stored.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <math.h>
#include "dsp.h"