diff --git a/ChangeLog b/ChangeLog index 4d3e97a068..05fcc18e11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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: diff --git a/gst/gstplugin.c b/gst/gstplugin.c index ceee9cf291..10f56c78ec 100644 --- a/gst/gstplugin.c +++ b/gst/gstplugin.c @@ -64,6 +64,7 @@ #include #include "gst_private.h" +#include "glib-compat-private.h" #include