mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
add missing #include "config.h"
This commit is contained in:
parent
218c691ca3
commit
e04c9c699c
@ -19,6 +19,8 @@
|
||||
* Author: Ryan Lortie <desrt@desrt.ca>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gbuffer.h"
|
||||
|
||||
#include <glib/gstrfuncs.h>
|
||||
|
@ -20,6 +20,8 @@
|
||||
* Author: Alexander Larsson <alexl@redhat.com>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gurifuncs.h"
|
||||
|
||||
#include <glib/gstrfuncs.h>
|
||||
|
@ -21,6 +21,8 @@
|
||||
*/
|
||||
|
||||
/* Prologue {{{1 */
|
||||
#include "config.h"
|
||||
|
||||
#include "gvariant-serialiser.h"
|
||||
|
||||
#include <glib/gtestutils.h>
|
||||
|
@ -20,6 +20,8 @@
|
||||
* Author: Ryan Lortie <desrt@desrt.ca>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gvarianttype.h"
|
||||
|
||||
#include <glib/gtestutils.h>
|
||||
|
@ -20,6 +20,8 @@
|
||||
* Author: Ryan Lortie <desrt@desrt.ca>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gvarianttypeinfo.h"
|
||||
|
||||
#include <glib/gtestutils.h>
|
||||
|
Loading…
Reference in New Issue
Block a user