aboutsummaryrefslogtreecommitdiff
path: root/src/tag_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag_internal.h')
-rw-r--r--src/tag_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag_internal.h b/src/tag_internal.h
index 2479088b..2e882388 100644
--- a/src/tag_internal.h
+++ b/src/tag_internal.h
@@ -19,8 +19,8 @@
#ifndef MPD_TAG_INTERNAL_H
#define MPD_TAG_INTERNAL_H
-#include <stdint.h>
+#include <stdbool.h>
-extern int8_t ignore_tag_items[TAG_NUM_OF_ITEM_TYPES];
+extern bool ignore_tag_items[TAG_NUM_OF_ITEM_TYPES];
#endif