diff options
Diffstat (limited to 'src/tag_ape.h')
-rw-r--r-- | src/tag_ape.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tag_ape.h b/src/tag_ape.h index 9b5856115..e2daf088d 100644 --- a/src/tag_ape.h +++ b/src/tag_ape.h @@ -20,10 +20,14 @@ #ifndef MPD_TAG_APE_H #define MPD_TAG_APE_H +#include "tag_table.h" + #include <stdbool.h> struct tag_handler; +extern const struct tag_table ape_tags[]; + /** * Scan the APE tags of a file. * |