diff options
Diffstat (limited to '')
-rw-r--r-- | src/TagTable.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/TagTable.hxx b/src/TagTable.hxx index 0d249d181..70c02e6e5 100644 --- a/src/TagTable.hxx +++ b/src/TagTable.hxx @@ -20,11 +20,13 @@ #ifndef MPD_TAG_TABLE_HXX #define MPD_TAG_TABLE_HXX -#include "tag.h" +#include "TagType.h" #include "gcc.h" #include <glib.h> +#include <string.h> + struct tag_table { const char *name; |