summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/speex_callbacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/speex_callbacks.c')
-rw-r--r--apps/codecs/libspeex/speex_callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/speex_callbacks.c b/apps/codecs/libspeex/speex_callbacks.c
index ca29e1b32b..252bc90f6f 100644
--- a/apps/codecs/libspeex/speex_callbacks.c
+++ b/apps/codecs/libspeex/speex_callbacks.c
@@ -37,7 +37,7 @@
37#endif 37#endif
38 38
39#include <speex/speex_callbacks.h> 39#include <speex/speex_callbacks.h>
40#include "misc.h" 40#include "arch.h"
41#include "os_support.h" 41#include "os_support.h"
42 42
43int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state) 43int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state)