diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2008-05-28 17:10:49 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-05-28 17:10:49 +0000 |
| commit | 17987addf86c773b8a99b64579154d009fc25101 (patch) | |
| tree | 4ca3409aea0571a0831458755f88173d84c51412 /apps | |
| parent | 4a4d5fcf4e23d4989e94360daabb98517e91cfc5 (diff) | |
| download | rockbox-17987addf86c773b8a99b64579154d009fc25101.zip rockbox-17987addf86c773b8a99b64579154d009fc25101.tar.gz rockbox-17987addf86c773b8a99b64579154d009fc25101.tar.bz2 rockbox-17987addf86c773b8a99b64579154d009fc25101.tar.xz | |
Added missing header file to metadata/mod.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17645 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/metadata/mod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/metadata/mod.c b/apps/metadata/mod.c index 0205fd0..ae868f5 100644 --- a/apps/metadata/mod.c +++ b/apps/metadata/mod.c @@ -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) |