From: Edward Hervey Date: Mon, 3 Mar 2008 18:14:33 +0000 (+0000) Subject: gst/gstminiobject.c: Import gst_private.h before any other header that might include... X-Git-Tag: RELEASE-0_10_18~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6148f05b6ea1dbec3965461ce7c4384099b0b3f1;p=platform%2Fupstream%2Fgstreamer.git gst/gstminiobject.c: Import gst_private.h before any other header that might include other glib headers. This fixes t... 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. --- diff --git a/ChangeLog b/ChangeLog index 24e28b1..ae49da0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-03 Edward Hervey + + * 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 * win32/common/gstconfig.h: diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c index caee5f3..9336ab1 100644 --- a/gst/gstminiobject.c +++ b/gst/gstminiobject.c @@ -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 #ifndef GST_DISABLE_TRACE