diff --git a/glib/glibconfig.h.in b/glib/glibconfig.h.in index fb85daf99..e93a7c866 100644 --- a/glib/glibconfig.h.in +++ b/glib/glibconfig.h.in @@ -18,7 +18,6 @@ #mesondefine GMODULE_STATIC_COMPILATION #mesondefine G_INTL_STATIC_COMPILATION #mesondefine FFI_STATIC_BUILD -#include /* Specifies that GLib's g_print*() functions wrap the * system printf functions. This is useful to know, for example, diff --git a/glib/gtypes.h b/glib/gtypes.h index 15ead8da3..2312d5ae6 100644 --- a/glib/gtypes.h +++ b/glib/gtypes.h @@ -34,6 +34,10 @@ #include #include #include + +/* Must be included after the 3 headers above */ +#include + #include G_BEGIN_DECLS