segment: fix include order to get config.h before _mingw.h

config.h must always be included before any other includes, either
directly or indirectly via gst_private.h. Fixes #585733.
This commit is contained in:
Руслан Ижбулатов 2009-06-14 16:56:32 +04:00 committed by Tim-Philipp Müller
parent dccea0406b
commit 18a34288cf

View file

@ -19,11 +19,10 @@
* Boston, MA 02111-1307, USA.
*/
#include "gst_private.h"
#include <math.h>
#include "gst_private.h"
#include "gstutils.h"
#include "gstsegment.h"