aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagSettings.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag/TagSettings.h (renamed from src/tag/TagInternal.hxx)6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tag/TagInternal.hxx b/src/tag/TagSettings.h
index 8172d1319..245de2df5 100644
--- a/src/tag/TagInternal.hxx
+++ b/src/tag/TagSettings.h
@@ -17,11 +17,13 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef MPD_TAG_INTERNAL_HXX
-#define MPD_TAG_INTERNAL_HXX
+#ifndef MPD_TAG_SETTINGS_H
+#define MPD_TAG_SETTINGS_H
#include "TagType.h"
+#include <stdbool.h>
+
extern bool ignore_tag_items[TAG_NUM_OF_ITEM_TYPES];
#endif