From 6f224b2556903b2205188508feadaaca286da9bd Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 6 Feb 2006 11:41:43 +0000 Subject: 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. --- gst/apetag/gstapedemux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/apetag') diff --git a/gst/apetag/gstapedemux.h b/gst/apetag/gstapedemux.h index 93f390a9..a6702b4f 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 -- cgit