summaryrefslogtreecommitdiff
path: root/apps/eq.h
diff options
context:
space:
mode:
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.