gst/gstiterator.h: Fix wrong include and 'make distcheck'.
authorTim-Philipp Müller <tim@centricular.net>
Mon, 8 Aug 2005 13:55:37 +0000 (13:55 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 8 Aug 2005 13:55:37 +0000 (13:55 +0000)
Original commit message from CVS:
* gst/gstiterator.h:
Fix wrong include and 'make distcheck'.

ChangeLog
gst/gstiterator.h

index 17132e0..754fe5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 38530e6..ad59b1a 100644 (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