1
0
Fork 0
forked from len0rd/rockbox

Added missing header file to metadata/mod.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17645 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-05-28 17:10:49 +00:00
parent 4a4d5fcf4e
commit 17987addf8

View file

@ -25,6 +25,7 @@
#include "system.h"
#include "id3.h"
#include "metadata_common.h"
#include "metadata_parsers.h"
#include "rbunicode.h"
bool get_mod_metadata(int fd, struct mp3entry* id3)