diff --git a/ChangeLog b/ChangeLog index acbe6effa3..7a22ebf09b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-07 Stefan Kost + + * ext/mad/gstid3tag.c: + gsttaginterface.h -> gsttagsetter.h + === release 0.9.1 === 2005-09-06 Thomas Vander Stichele diff --git a/ext/mad/gstid3tag.c b/ext/mad/gstid3tag.c index 3a93565abe..375ecb1ea4 100644 --- a/ext/mad/gstid3tag.c +++ b/ext/mad/gstid3tag.c @@ -25,7 +25,7 @@ #include "gstmad.h" #include #include -#include +#include #define ID3_TYPE_FIND_SIZE 40960 GST_DEBUG_CATEGORY_STATIC (gst_id3_tag_debug);