From 4710a3280025b0ba8ffb6e8183578a5df48257fa Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sat, 4 Jul 2009 12:26:45 +0000 Subject: 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 --- apps/dsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/dsp.c') diff --git a/apps/dsp.c b/apps/dsp.c index a760865..6646930 100644 --- a/apps/dsp.c +++ b/apps/dsp.c @@ -33,6 +33,7 @@ #include "misc.h" #include "tdspeed.h" #include "buffer.h" +#include "fixedpoint.h" /* 16-bit samples are scaled based on these constants. The shift should be * no more than 15. -- cgit v1.1