summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/kiss_fft.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/kiss_fft.c')
-rw-r--r--apps/codecs/libspeex/kiss_fft.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/kiss_fft.c b/apps/codecs/libspeex/kiss_fft.c
index c5c0345820..599ba66845 100644
--- a/apps/codecs/libspeex/kiss_fft.c
+++ b/apps/codecs/libspeex/kiss_fft.c
@@ -20,6 +20,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20 20
21#include "_kiss_fft_guts.h" 21#include "_kiss_fft_guts.h"
22#include "misc.h" 22#include "misc.h"
23#include "os_support.h"
23 24
24/* The guts header contains all the multiplication and addition macros that are defined for 25/* The guts header contains all the multiplication and addition macros that are defined for
25 fixed or floating point complex numbers. It also delares the kf_ internal functions. 26 fixed or floating point complex numbers. It also delares the kf_ internal functions.