From 7d7fceced5c40fbfafd1a2c32c95f82d86d84bbd Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 17 Mar 2009 20:41:44 +0000 Subject: [PATCH] config.h needs to be included first, either directly or via gst_private.h Fixes build with -Werror caused by '_FILE_OFFSET_BITS redefined' warning on OpenSolaris where _FILE_OFFSET_BITS may be defined both in our config.h and via stdio.h (#575695). --- gst/gst.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/gst.c b/gst/gst.c index 4085e3d..01e80cd 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -103,9 +103,8 @@ * Last reviewed on 2006-08-11 (0.10.10) */ -#include "gstconfig.h" - #include "gst_private.h" +#include "gstconfig.h" #include #include #include -- 2.7.4