From 4f74a712c413078b33a4705a94d35b70305e121c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 8 Aug 2005 13:55:37 +0000 Subject: [PATCH] gst/gstiterator.h: Fix wrong include and 'make distcheck'. Original commit message from CVS: * gst/gstiterator.h: Fix wrong include and 'make distcheck'. --- ChangeLog | 5 +++++ gst/gstiterator.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.7.4