From 9e53d5541fd29dc39d051f9e4f106e0e15df615e Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 15 Jan 2023 13:33:22 +0000 Subject: "Fix" warble build warnings 800bc000a0 Not really sure how best to deal with the warnings (redefinition of ARRAYLEN, etc.) short of splitting things out of system.h but this is good enough for now. Change-Id: Ibea9f693d128c7995f564f0f5c81d572462a5553 --- lib/rbcodec/test/rbcodecconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbcodec/test/rbcodecconfig.h b/lib/rbcodec/test/rbcodecconfig.h index 5e9c3bd0e8..093665653b 100644 --- a/lib/rbcodec/test/rbcodecconfig.h +++ b/lib/rbcodec/test/rbcodecconfig.h @@ -1,2 +1,2 @@ #include "../rbcodecconfig-example.h" - +#include "system.h" -- cgit v1.2.3