diff options
author | Yoshihisa Uchida <uchida@rockbox.org> | 2010-05-15 09:24:38 +0000 |
---|---|---|
committer | Yoshihisa Uchida <uchida@rockbox.org> | 2010-05-15 09:24:38 +0000 |
commit | 3c74d20462ae2495e3b94955d586e78af10f11af (patch) | |
tree | aed95c00504e7a198ca7295496ebc133c0692938 | |
parent | 4bb0184455d45c540c061c3bcfa28d76f816fa48 (diff) |
fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26046 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/metadata/id3tags.c | 1 | ||||
-rw-r--r-- | apps/metadata/mp3.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/metadata/id3tags.c b/apps/metadata/id3tags.c index 2f736d7b9b..a32d01589d 100644 --- a/apps/metadata/id3tags.c +++ b/apps/metadata/id3tags.c @@ -35,6 +35,7 @@ #include <stdbool.h> #include <stddef.h> #include <ctype.h> +#include "string-extra.h" #include "config.h" #include "file.h" #include "logf.h" diff --git a/apps/metadata/mp3.c b/apps/metadata/mp3.c index 15c0a5059b..c65fb39cd8 100644 --- a/apps/metadata/mp3.c +++ b/apps/metadata/mp3.c @@ -32,6 +32,7 @@ #include <stdlib.h> #include <string.h> #include <stdbool.h> +#include "string-extra.h" #include "config.h" #include "file.h" #include "logf.h" |