From 6a9a8197b3b0c5eb3ca5d6093945d7ca1810b311 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 25 Dec 2010 18:43:34 +0000 Subject: Add stdio.h include for SEEK_SET define to various files. Patch by Thomas Jarosch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28892 a1c6a512-1295-4272-9138-f99709370657 --- apps/metadata/a52.c | 1 + apps/metadata/mpc.c | 1 + apps/metadata/oma.c | 1 + apps/metadata/smaf.c | 1 + 4 files changed, 4 insertions(+) (limited to 'apps/metadata') diff --git a/apps/metadata/a52.c b/apps/metadata/a52.c index c35b32dba3..a8aad3fa4f 100644 --- a/apps/metadata/a52.c +++ b/apps/metadata/a52.c @@ -19,6 +19,7 @@ * ****************************************************************************/ +#include #include "metadata.h" #include "logf.h" diff --git a/apps/metadata/mpc.c b/apps/metadata/mpc.c index f70e1d35df..0dd76fcc4b 100644 --- a/apps/metadata/mpc.c +++ b/apps/metadata/mpc.c @@ -21,6 +21,7 @@ ****************************************************************************/ #include +#include #include #include "system.h" #include "metadata.h" diff --git a/apps/metadata/oma.c b/apps/metadata/oma.c index 1dd6150e33..b82c0a4f73 100644 --- a/apps/metadata/oma.c +++ b/apps/metadata/oma.c @@ -42,6 +42,7 @@ * CODEC SUPPORT: Only ATRAC3 codec is currently supported! */ +#include #include #include #include diff --git a/apps/metadata/smaf.c b/apps/metadata/smaf.c index fa12c99fb9..1b745d3fa1 100644 --- a/apps/metadata/smaf.c +++ b/apps/metadata/smaf.c @@ -19,6 +19,7 @@ * ****************************************************************************/ #include +#include #include "string-extra.h" #include "system.h" -- cgit v1.2.3