From d54075197fa1dc8783d33586984a235d4e2e3831 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 10 Sep 2011 07:48:01 +0200 Subject: tag_internal: add missing tag.h include For TAG_NUM_OF_ITEM_TYPES. --- src/tag_internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tag_internal.h b/src/tag_internal.h index b4b928e60..af05cc6b6 100644 --- a/src/tag_internal.h +++ b/src/tag_internal.h @@ -20,6 +20,8 @@ #ifndef MPD_TAG_INTERNAL_H #define MPD_TAG_INTERNAL_H +#include "tag.h" + #include extern bool ignore_tag_items[TAG_NUM_OF_ITEM_TYPES]; -- cgit v1.2.3