tag_internal: add missing tag.h include
For TAG_NUM_OF_ITEM_TYPES.
This commit is contained in:
parent
5cce56199b
commit
d54075197f
|
@ -20,6 +20,8 @@
|
||||||
#ifndef MPD_TAG_INTERNAL_H
|
#ifndef MPD_TAG_INTERNAL_H
|
||||||
#define MPD_TAG_INTERNAL_H
|
#define MPD_TAG_INTERNAL_H
|
||||||
|
|
||||||
|
#include "tag.h"
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
extern bool ignore_tag_items[TAG_NUM_OF_ITEM_TYPES];
|
extern bool ignore_tag_items[TAG_NUM_OF_ITEM_TYPES];
|
||||||
|
|
Loading…
Reference in New Issue