gst/gstminiobject.c: Import gst_private.h before any other header that might include...
authorEdward Hervey <bilboed@bilboed.com>
Mon, 3 Mar 2008 18:14:33 +0000 (18:14 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 3 Mar 2008 18:14:33 +0000 (18:14 +0000)
Original commit message from CVS:
* gst/gstminiobject.c:
Import gst_private.h before any other header that might include other
glib headers. This fixes the build on windows using native compilers.

ChangeLog
gst/gstminiobject.c

index 24e28b1..ae49da0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-03  Edward Hervey  <edward.hervey@collabora.co.uk>
+
+       * gst/gstminiobject.c:
+       Import gst_private.h before any other header that might include other
+       glib headers. This fixes the build on windows using native compilers.
+
 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
 
        * win32/common/gstconfig.h:
index caee5f3..9336ab1 100644 (file)
@@ -33,9 +33,9 @@
 #include "config.h"
 #endif
 
+#include "gst/gst_private.h"
 #include "gst/gstminiobject.h"
 #include "gst/gstinfo.h"
-#include "gst/gst_private.h"
 #include <gobject/gvaluecollector.h>
 
 #ifndef GST_DISABLE_TRACE