segment: fix include order to get config.h before _mingw.h
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 14 Jun 2009 12:56:32 +0000 (16:56 +0400)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 14 Jun 2009 19:00:49 +0000 (20:00 +0100)
commit18a34288cfdfc71a6bc2b6e1d6c59f5c64c23190
treed86be5155178f42d7c1770c3ed75aa3407735096
parentdccea0406bc464adb2ce4356ba76581f4b58933b
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.
gst/gstsegment.c