diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-04 12:26:45 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-04 12:26:45 +0000 |
commit | 4710a3280025b0ba8ffb6e8183578a5df48257fa (patch) | |
tree | 3dd82b90ab668c18109d0885cd3114449efaddf1 /apps/eq.h | |
parent | 69c73e8bd6c8c6ac79c6538cb0ad4686b9d1d920 (diff) | |
download | rockbox-4710a3280025b0ba8ffb6e8183578a5df48257fa.tar.gz rockbox-4710a3280025b0ba8ffb6e8183578a5df48257fa.zip |
Consolidate all fixed point math routines in one library (FS#10400) by Jeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21633 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/eq.h')
-rw-r--r-- | apps/eq.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ #define _EQ_H #include <inttypes.h> +#include <stdbool.h> /* These depend on the fixed point formats used by the different filter types and need to be changed when they change. |