diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2022-12-18 23:55:36 +0000 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2022-12-18 23:55:36 +0000 |
commit | 992455dc58f03940d1eba8d870b4e7f78209a6c3 (patch) | |
tree | 87ff0b2c35f0f59b7a4b1551d70ca2a478eed752 | |
parent | 8165a6c24551478d4aa6b6123e0a7603961e9204 (diff) | |
download | rockbox-992455dc58.tar.gz rockbox-992455dc58.zip |
Fix red in 8165a6c245
Change-Id: I939b40492902525c911c063c66b28529b7d0842f
-rw-r--r-- | lib/rbcodec/dsp/eq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/eq.c b/lib/rbcodec/dsp/eq.c index e4d7bf5e02..8990090f1c 100644 --- a/lib/rbcodec/dsp/eq.c +++ b/lib/rbcodec/dsp/eq.c @@ -19,7 +19,7 @@ * KIND, either express or implied. * ****************************************************************************/ -#include "rbcodecconfig.h" +#include "platform.h" #include "fixedpoint.h" #include "fracmul.h" #include "dsp_filter.h" |