From: Stefan Kost Date: Tue, 11 Dec 2007 22:03:58 +0000 (+0000) Subject: gst/gstplugin.c: Include "glib-compat-private.h" to fix the build on system with... X-Git-Tag: RELEASE-0_10_16~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74d2ba2fd5240e46cab2e8bcad0c927637ae9fd8;p=platform%2Fupstream%2Fgstreamer.git gst/gstplugin.c: Include "glib-compat-private.h" to fix the build on system with glib < 2.10. Fixes #503131. Original commit message from CVS: * gst/gstplugin.c: Include "glib-compat-private.h" to fix the build on system with glib < 2.10. Fixes #503131. --- diff --git a/ChangeLog b/ChangeLog index 4d3e97a..05fcc18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-12-11 Stefan Kost + * gst/gstplugin.c: + Include "glib-compat-private.h" to fix the build on system with + glib < 2.10. Fixes #503131. + +2007-12-11 Stefan Kost + * gst/gstutils.c: * gst/gstutils.h: Actually its not PURE as it gets the time from elsewhere. diff --git a/gst/gstplugin.c b/gst/gstplugin.c index ceee9cf..10f56c7 100644 --- a/gst/gstplugin.c +++ b/gst/gstplugin.c @@ -64,6 +64,7 @@ #include #include "gst_private.h" +#include "glib-compat-private.h" #include