From 992455dc58f03940d1eba8d870b4e7f78209a6c3 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 18 Dec 2022 23:55:36 +0000 Subject: [PATCH] Fix red in 8165a6c245 Change-Id: I939b40492902525c911c063c66b28529b7d0842f --- lib/rbcodec/dsp/eq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"