From 91450723b277fc8fa2d4bcfecb762c30ab7bfb21 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 18 Mar 2004 03:29:25 +0000 Subject: bunch of autotool cleanups git-svn-id: https://svn.musicpd.org/mpd/trunk@271 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tag.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h index 36fa76aec..d6ca809df 100644 --- a/src/tag.h +++ b/src/tag.h @@ -19,6 +19,8 @@ #ifndef TAG_H #define TAG_H +#include "../config.h" + #include 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 -- cgit v1.2.3