forked from len0rd/rockbox
Add missing #include to mp3 metadata parser.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18885 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7bb81ce689
commit
92683778f6
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "replaygain.h"
|
#include "replaygain.h"
|
||||||
#include "rbunicode.h"
|
#include "rbunicode.h"
|
||||||
|
#include "metadata_parsers.h"
|
||||||
|
|
||||||
static unsigned long unsync(unsigned long b0,
|
static unsigned long unsync(unsigned long b0,
|
||||||
unsigned long b1,
|
unsigned long b1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue