From cadb3627fcc32cec3a97183c0a1462fe0ff04755 Mon Sep 17 00:00:00 2001 From: Sean Bartell Date: Sun, 30 Oct 2011 12:05:04 -0400 Subject: Add rbcodecplatform.h and rbcodecconfig.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit librbcodec users must provide these two files when the library is built. rbcodecconfig.h provides configuration #defines and basic types, and will be included by public librbcodec headers, so it must not conflict with the user's code. rbcodecplatform.h provides various OS functions, and will only be included by source files and private headers. This system is intended to provide maximum flexibility for use on embedded systems, where no operating system headers are included. Unix systems can just copy rbcodecconfig-example.h and rbcodecplatform-unix.h with minimal changes. Change-Id: I350a2274d173da391fd1ca00c4202e9760d91def Reviewed-on: http://gerrit.rockbox.org/143 Reviewed-by: Nils Wallménius Tested-by: Nils Wallménius --- lib/rbcodec/metadata/nsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rbcodec/metadata/nsf.c') diff --git a/lib/rbcodec/metadata/nsf.c b/lib/rbcodec/metadata/nsf.c index 2fa6f36b12..3184897e22 100644 --- a/lib/rbcodec/metadata/nsf.c +++ b/lib/rbcodec/metadata/nsf.c @@ -3,8 +3,8 @@ #include #include #include +#include "platform.h" -#include "system.h" #include "metadata.h" #include "metadata_common.h" #include "metadata_parsers.h" -- cgit v1.2.3