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 /apps/metadata/mp3.c | |
parent | 4bb0184455d45c540c061c3bcfa28d76f816fa48 (diff) | |
download | rockbox-3c74d20462ae2495e3b94955d586e78af10f11af.tar.gz rockbox-3c74d20462ae2495e3b94955d586e78af10f11af.zip |
fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26046 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/metadata/mp3.c')
-rw-r--r-- | apps/metadata/mp3.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
32 | #include <stdlib.h> | 32 | #include <stdlib.h> |
33 | #include <string.h> | 33 | #include <string.h> |
34 | #include <stdbool.h> | 34 | #include <stdbool.h> |
35 | #include "string-extra.h" | ||
35 | #include "config.h" | 36 | #include "config.h" |
36 | #include "file.h" | 37 | #include "file.h" |
37 | #include "logf.h" | 38 | #include "logf.h" |