diff --git a/ChangeLog b/ChangeLog index 9e257e5992..6aada8fce7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-06 Tim-Philipp Müller + + * gst/apetag/gstapedemux.h: + Fix include, for now GstTagDemux is in the apetag dir. + 2006-02-06 Tim-Philipp Müller * docs/plugins/Makefile.am: diff --git a/gst/apetag/gstapedemux.h b/gst/apetag/gstapedemux.h index 93f390a92b..a6702b4fc8 100644 --- a/gst/apetag/gstapedemux.h +++ b/gst/apetag/gstapedemux.h @@ -21,7 +21,7 @@ #ifndef __GST_APE_DEMUX_H__ #define __GST_APE_DEMUX_H__ -#include +#include "gsttagdemux.h" G_BEGIN_DECLS