aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tag.h b/src/tag.h
index 36fa76ae..d6ca809d 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -19,6 +19,8 @@
#ifndef TAG_H
#define TAG_H
+#include "../config.h"
+
#include <stdio.h>
typedef struct _MpdTag {
@@ -39,7 +41,6 @@ MpdTag * mp3TagDup(char * utf8file);
#ifdef HAVE_FAAD
MpdTag * mp4TagDup(char * utf8file);
-MpdTag * aacTagDup(char * utf8file);
#endif
#ifdef HAVE_OGG