From ce43b11741bde3fa56d8e895b62f8d9a30030b2b Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 15 Sep 2005 01:38:33 +0000 Subject: [PATCH] gst/: Convergence is near. Seriously. Original commit message from CVS: * gst/glib-compat.h: * gst/gstregistryxml.c: Convergence is near. Seriously. --- ChangeLog | 6 ++++++ gst/glib-compat.h | 3 +++ gst/gstregistryxml.c | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ef8c14c..2e70713 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-09-14 David Schleef + * gst/glib-compat.h: + * gst/gstregistryxml.c: + Convergence is near. Seriously. + +2005-09-14 David Schleef + * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat): * gst/glib-compat.h: Attempt #4 to appease the buildbots. diff --git a/gst/glib-compat.h b/gst/glib-compat.h index d3b688a..3b8e253 100644 --- a/gst/glib-compat.h +++ b/gst/glib-compat.h @@ -6,6 +6,9 @@ */ #include +#if GLIB_CHECK_VERSION (2, 6, 0) +#include +#endif G_BEGIN_DECLS diff --git a/gst/gstregistryxml.c b/gst/gstregistryxml.c index de19510..fe5405c 100644 --- a/gst/gstregistryxml.c +++ b/gst/gstregistryxml.c @@ -43,7 +43,6 @@ #include #include #include -#include #include -- 2.7.4