diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2008-10-26 13:07:29 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-10-26 13:07:29 +0000 |
commit | 92683778f615a5ff079fec12ea256643c669194a (patch) | |
tree | dd4915855219392c723806447a3dca2537a4626a /apps/metadata/mp3.c | |
parent | 7bb81ce689fb4e5ac9f76b041708739e63fe6d77 (diff) |
Add missing #include to mp3 metadata parser.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18885 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 8c85c8916f..2401e03a6c 100644 --- a/apps/metadata/mp3.c +++ b/apps/metadata/mp3.c @@ -43,6 +43,7 @@ #include "system.h" #include "replaygain.h" #include "rbunicode.h" +#include "metadata_parsers.h" static unsigned long unsync(unsigned long b0, unsigned long b1, |