From 6f224b2556903b2205188508feadaaca286da9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 6 Feb 2006 11:41:43 +0000 Subject: [PATCH] gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir. Original commit message from CVS: * gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir. --- ChangeLog | 5 +++++ gst/apetag/gstapedemux.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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