From 2c2e261648d5ae1befe5c4f269a655cc06b6e1e9 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 27 Aug 2010 12:38:25 +0000 Subject: Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. Removes the need to fix up those in the simulator. Also work around some posix-mingw incompatibilities (e.g. getcwd()). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27904 a1c6a512-1295-4272-9138-f99709370657 --- apps/metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/metadata.h') diff --git a/apps/metadata.h b/apps/metadata.h index b73d92b83f..39da30e1a5 100644 --- a/apps/metadata.h +++ b/apps/metadata.h @@ -23,8 +23,8 @@ #define _METADATA_H #include -#include "file.h" #include "config.h" +#include "file.h" /* Audio file types. */ -- cgit v1.2.3