summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-10-26 13:07:29 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-10-26 13:07:29 +0000
commit92683778f615a5ff079fec12ea256643c669194a (patch)
treedd4915855219392c723806447a3dca2537a4626a /apps
parent7bb81ce689fb4e5ac9f76b041708739e63fe6d77 (diff)
downloadrockbox-92683778f615a5ff079fec12ea256643c669194a.tar.gz
rockbox-92683778f615a5ff079fec12ea256643c669194a.zip
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')
-rw-r--r--apps/metadata/mp3.c1
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 @@
43#include "system.h" 43#include "system.h"
44#include "replaygain.h" 44#include "replaygain.h"
45#include "rbunicode.h" 45#include "rbunicode.h"
46#include "metadata_parsers.h"
46 47
47static unsigned long unsync(unsigned long b0, 48static unsigned long unsync(unsigned long b0,
48 unsigned long b1, 49 unsigned long b1,