mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
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:
parent
17412e928c
commit
7d7fceced5
1 changed files with 1 additions and 2 deletions
|
@ -103,9 +103,8 @@
|
||||||
* Last reviewed on 2006-08-11 (0.10.10)
|
* Last reviewed on 2006-08-11 (0.10.10)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gstconfig.h"
|
|
||||||
|
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
|
#include "gstconfig.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
Loading…
Reference in a new issue