diff options
author | Max Kellermann <max@duempel.org> | 2013-07-28 20:31:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-29 07:39:36 +0200 |
commit | 96b763067e82d4b3a1b08b3a3c0ccca2114c35f3 (patch) | |
tree | 68eb90ec47a20256fbb243f9fb6650e790fffd38 /src/SongUpdate.cxx | |
parent | dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e (diff) | |
download | mpd-96b763067e82d4b3a1b08b3a3c0ccca2114c35f3.tar.gz mpd-96b763067e82d4b3a1b08b3a3c0ccca2114c35f3.tar.xz mpd-96b763067e82d4b3a1b08b3a3c0ccca2114c35f3.zip |
ape: convert to C++
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r-- | src/SongUpdate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index cfe4741c9..8285cdd99 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -29,9 +29,9 @@ #include "DecoderPlugin.hxx" #include "DecoderList.hxx" #include "TagId3.hxx" +#include "ApeTag.hxx" extern "C" { -#include "tag_ape.h" #include "tag_handler.h" } |