gst/gstplugin.c: Include "glib-compat-private.h" to fix the build on system with...
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 11 Dec 2007 22:03:58 +0000 (22:03 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 11 Dec 2007 22:03:58 +0000 (22:03 +0000)
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
gst/gstplugin.c

index 4d3e97a..05fcc18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-12-11  Stefan Kost  <ensonic@users.sf.net>
 
+       * 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  <ensonic@users.sf.net>
+
        * gst/gstutils.c:
        * gst/gstutils.h:
          Actually its not PURE as it gets the time from elsewhere.
index ceee9cf..10f56c7 100644 (file)
@@ -64,6 +64,7 @@
 #include <errno.h>
 
 #include "gst_private.h"
+#include "glib-compat-private.h"
 
 #include <gst/gst.h>