diff options
| author | Tomas Salfischberger <tomas@rockbox.org> | 2005-06-14 16:18:17 +0000 |
|---|---|---|
| committer | Tomas Salfischberger <tomas@rockbox.org> | 2005-06-14 16:18:17 +0000 |
| commit | 9b9d6e7767e3fa2f7879b060de53122ff8c6599a (patch) | |
| tree | 8eab6ea3af35bbc6aa97f890ca2172d87133cd99 /apps/codecs/libmusepack | |
| parent | 2ed84ec2cad5497cb455ac187d99451d2f9c1b59 (diff) | |
| download | rockbox-9b9d6e7767e3fa2f7879b060de53122ff8c6599a.zip rockbox-9b9d6e7767e3fa2f7879b060de53122ff8c6599a.tar.gz rockbox-9b9d6e7767e3fa2f7879b060de53122ff8c6599a.tar.bz2 rockbox-9b9d6e7767e3fa2f7879b060de53122ff8c6599a.tar.xz | |
Another warning fixed (idtag.c:59: warning: implicit declaration of function `memcmp')
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6709 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack')
| -rw-r--r-- | apps/codecs/libmusepack/idtag.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/idtag.c b/apps/codecs/libmusepack/idtag.c index 8af5ce4..8f1c9d5 100644 --- a/apps/codecs/libmusepack/idtag.c +++ b/apps/codecs/libmusepack/idtag.c @@ -38,6 +38,7 @@ #include "musepack.h" #include "internal.h" +#include "string.h" mpc_int32_t JumpID3v2 (mpc_reader* r) { |