summaryrefslogtreecommitdiff
path: root/apps/eq.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-05 18:06:07 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-05 18:06:07 +0000
commit802743a061e01150db544c8e072cd794731b18a7 (patch)
tree311abcc9e51973907899a4585dd0e3a2a31572eb /apps/eq.h
parent427bf0b8936f2654fe79e8c5864918530b8838dd (diff)
downloadrockbox-802743a061e01150db544c8e072cd794731b18a7.tar.gz
rockbox-802743a061e01150db544c8e072cd794731b18a7.zip
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21664 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/eq.h')
-rw-r--r--apps/eq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/eq.h b/apps/eq.h
index 1c3efe50e9..a44e9153ac 100644
--- a/apps/eq.h
+++ b/apps/eq.h
@@ -23,6 +23,7 @@
23#define _EQ_H 23#define _EQ_H
24 24
25#include <inttypes.h> 25#include <inttypes.h>
26#include <stdbool.h>
26 27
27/* These depend on the fixed point formats used by the different filter types 28/* These depend on the fixed point formats used by the different filter types
28 and need to be changed when they change. 29 and need to be changed when they change.