aboutsummaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-30 20:10:24 +0200
committerMax Kellermann <max@duempel.org>2013-07-30 20:10:24 +0200
commit6a9ab8bc0e2f5d34803513bb2d94d041a607a58c (patch)
tree478328936b860507f6d0f77b2c7b3e6711910311 /src/db
parent9a0061c511403bc023430feb91094355da83a663 (diff)
downloadmpd-6a9ab8bc0e2f5d34803513bb2d94d041a607a58c.tar.gz
mpd-6a9ab8bc0e2f5d34803513bb2d94d041a607a58c.tar.xz
mpd-6a9ab8bc0e2f5d34803513bb2d94d041a607a58c.zip
tag: move enum tag_type to TagType.h
Diffstat (limited to 'src/db')
-rw-r--r--src/db/ProxyDatabasePlugin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/ProxyDatabasePlugin.cxx b/src/db/ProxyDatabasePlugin.cxx
index 6f39eeea7..21224e022 100644
--- a/src/db/ProxyDatabasePlugin.cxx
+++ b/src/db/ProxyDatabasePlugin.cxx
@@ -26,6 +26,7 @@
#include "Song.hxx"
#include "gcc.h"
#include "conf.h"
+#include "tag.h"
extern "C" {
#include "db_error.h"