diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2023-01-15 13:33:22 +0000 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2023-01-15 13:33:22 +0000 |
commit | 9e53d5541fd29dc39d051f9e4f106e0e15df615e (patch) | |
tree | 58ffbc67763164f8e95489fb3110f717decad710 | |
parent | 800bc000a08b37e22d2b36d32fd448624712a881 (diff) | |
download | rockbox-9e53d5541f.tar.gz rockbox-9e53d5541f.zip |
"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
-rw-r--r-- | lib/rbcodec/test/rbcodecconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |