From 8a962bc1ab6dc749f9bf8fe21e9b1bbbac84ab8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?utf8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Mon, 30 Apr 2012 20:29:21 +0400 Subject: [PATCH] filesrc: rearrange sys/stat.h inclusion point for MinGW gstplugin.h used to include this for us, but doesn't any longer. https://bugzilla.gnome.org/show_bug.cgi?id=675171 --- plugins/elements/gstfilesrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c index 8f55d1f..26bd4a8 100644 --- a/plugins/elements/gstfilesrc.c +++ b/plugins/elements/gstfilesrc.c @@ -42,6 +42,7 @@ #include #include +#include #ifdef G_OS_WIN32 #include /* lseek, open, close, read */ /* On win32, stat* default to 32 bit; we need the 64-bit @@ -56,7 +57,6 @@ * _stat*, since we're explicitly overriding that */ #undef _INC_STAT_INL #endif -#include #include #ifdef HAVE_UNISTD_H -- 2.7.4