aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/ApeTag.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-04 23:53:50 +0200
committerMax Kellermann <max@duempel.org>2013-09-04 23:57:30 +0200
commit681d6bbdc565ce285f798d1d0c84756f86947f97 (patch)
treecf837527e0bfa55f6247156ed42e55dc396f6709 /src/tag/ApeTag.cxx
parent867b82b6deaeb0ae0517f31d58f7f0e58aa48d91 (diff)
downloadmpd-681d6bbdc565ce285f798d1d0c84756f86947f97.tar.gz
mpd-681d6bbdc565ce285f798d1d0c84756f86947f97.tar.xz
mpd-681d6bbdc565ce285f798d1d0c84756f86947f97.zip
TagTable: un-inline the two functions
Reduce header dependencies.
Diffstat (limited to 'src/tag/ApeTag.cxx')
-rw-r--r--src/tag/ApeTag.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tag/ApeTag.cxx b/src/tag/ApeTag.cxx
index 34c2b703b..acaeada25 100644
--- a/src/tag/ApeTag.cxx
+++ b/src/tag/ApeTag.cxx
@@ -24,6 +24,10 @@
#include "TagTable.hxx"
#include "TagHandler.hxx"
+#include <glib.h>
+
+#include <string.h>
+
const struct tag_table ape_tags[] = {
{ "album artist", TAG_ALBUM_ARTIST },
{ "year", TAG_DATE },