mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
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:
parent
3d373927b1
commit
4f74a712c4
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue