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).
This commit is contained in:
David Adam 2009-03-17 20:41:44 +00:00 committed by Tim-Philipp Müller
parent 17412e928c
commit 7d7fceced5

View file

@ -103,9 +103,8 @@
* Last reviewed on 2006-08-11 (0.10.10)
*/
#include "gstconfig.h"
#include "gst_private.h"
#include "gstconfig.h"
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>