mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
pbutils: config.h include should come before all other includes
This commit is contained in:
parent
19201c1ab0
commit
8dc70c76b4
1 changed files with 3 additions and 2 deletions
|
@ -18,11 +18,12 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <locale.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <locale.h>
|
||||
#include <string.h>
|
||||
#include "encoding-target.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue