diff options
author | Thom Johansen <thomj@rockbox.org> | 2007-10-26 01:16:55 +0000 |
---|---|---|
committer | Thom Johansen <thomj@rockbox.org> | 2007-10-26 01:16:55 +0000 |
commit | fa971b142d794c9620b823d6b9d1937397c1f1e1 (patch) | |
tree | 55565a0765c15be5d1df4cfb1c04dc92de50fe5d /apps/codecs/libspeex/speex_header.c | |
parent | 14da611cd32d084813bb0d2e2318b81c3ea2953a (diff) | |
download | rockbox-fa971b142d794c9620b823d6b9d1937397c1f1e1.tar.gz rockbox-fa971b142d794c9620b823d6b9d1937397c1f1e1.zip |
Sync with Speex SVN. Syntactic change in filters_cf.S.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15310 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libspeex/speex_header.c')
-rw-r--r-- | apps/codecs/libspeex/speex_header.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/speex_header.c b/apps/codecs/libspeex/speex_header.c index 5719eb1298..2e7c415686 100644 --- a/apps/codecs/libspeex/speex_header.c +++ b/apps/codecs/libspeex/speex_header.c @@ -38,6 +38,7 @@ #include "misc.h" #include <speex/speex_header.h> #include <speex/speex.h> +#include "os_support.h" #ifndef NULL #define NULL 0 |