pbutils: config.h include should come before all other includes
This commit is contained in:
parent
19201c1ab0
commit
8dc70c76b4
@ -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…
x
Reference in New Issue
Block a user