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.
This commit is contained in:
Edward Hervey 2008-03-03 18:14:33 +00:00
parent 8babc81dbe
commit 6148f05b6e
2 changed files with 7 additions and 1 deletions

View file

@ -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:

View 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