Commit d5407519 authored by Max Kellermann's avatar Max Kellermann

tag_internal: add missing tag.h include

For TAG_NUM_OF_ITEM_TYPES.
parent 5cce5619
......@@ -20,6 +20,8 @@
#ifndef MPD_TAG_INTERNAL_H
#define MPD_TAG_INTERNAL_H
#include "tag.h"
#include <stdbool.h>
extern bool ignore_tag_items[TAG_NUM_OF_ITEM_TYPES];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment