summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libspeex/stereo.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libspeex/stereo.c')
-rw-r--r--lib/rbcodec/codecs/libspeex/stereo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libspeex/stereo.c b/lib/rbcodec/codecs/libspeex/stereo.c
index 652d2a6e90..0aca1050fa 100644
--- a/lib/rbcodec/codecs/libspeex/stereo.c
+++ b/lib/rbcodec/codecs/libspeex/stereo.c
@@ -37,7 +37,9 @@
37#include "speex/speex_callbacks.h" 37#include "speex/speex_callbacks.h"
38#include "math_approx.h" 38#include "math_approx.h"
39#include "vq.h" 39#include "vq.h"
40#ifndef FIXED_POINT
40#include <math.h> 41#include <math.h>
42#endif
41#include "os_support.h" 43#include "os_support.h"
42 44
43typedef struct RealSpeexStereoState { 45typedef struct RealSpeexStereoState {