diff options
Diffstat (limited to 'gst/spectrum/fix_fft.c')
-rw-r--r-- | gst/spectrum/fix_fft.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/spectrum/fix_fft.c b/gst/spectrum/fix_fft.c index c48fbd90..a5dd658f 100644 --- a/gst/spectrum/fix_fft.c +++ b/gst/spectrum/fix_fft.c @@ -47,6 +47,10 @@ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define fixed short /* FIX_MPY() - fixed-point multiplication macro. |