From 74d2ba2fd5240e46cab2e8bcad0c927637ae9fd8 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 11 Dec 2007 22:03:58 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gst/gstplugin.c | 1 + 2 files changed, 7 insertions(+) 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 -- 2.7.4