gst/gstiterator.h: Fix wrong include and 'make distcheck'.

Original commit message from CVS:
* gst/gstiterator.h:
Fix wrong include and 'make distcheck'.
This commit is contained in:
Tim-Philipp Müller 2005-08-08 13:55:37 +00:00
parent 3d373927b1
commit 4f74a712c4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
* gst/gstiterator.h:
Fix wrong include and 'make distcheck'.
2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/gstbin.c: (bin_bus_handler):

View file

@ -23,7 +23,7 @@
#define __GST_ITERATOR_H__
#include <glib-object.h> /* for GValue in the fold */
#include "gstconfig.h"
#include <gst/gstconfig.h>
G_BEGIN_DECLS