From: Tim-Philipp Müller Date: Mon, 8 Aug 2005 13:55:37 +0000 (+0000) Subject: gst/gstiterator.h: Fix wrong include and 'make distcheck'. X-Git-Tag: RELEASE-0_9_2~151 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f74a712c413078b33a4705a94d35b70305e121c;p=platform%2Fupstream%2Fgstreamer.git gst/gstiterator.h: Fix wrong include and 'make distcheck'. Original commit message from CVS: * gst/gstiterator.h: Fix wrong include and 'make distcheck'. --- diff --git a/ChangeLog b/ChangeLog index 17132e0..754fe5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-08 Tim-Philipp Müller + + * gst/gstiterator.h: + Fix wrong include and 'make distcheck'. + 2005-08-08 Ronald S. Bultje * gst/gstbin.c: (bin_bus_handler): diff --git a/gst/gstiterator.h b/gst/gstiterator.h index 38530e6..ad59b1a 100644 --- a/gst/gstiterator.h +++ b/gst/gstiterator.h @@ -23,7 +23,7 @@ #define __GST_ITERATOR_H__ #include /* for GValue in the fold */ -#include "gstconfig.h" +#include G_BEGIN_DECLS