mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 02:36:19 +01:00
Fix include order for config.h (#71704, Morten Welinder)
Tue May 7 15:03:02 2002 Owen Taylor <otaylor@redhat.com> * glib-genmarshal.c: Fix include order for config.h (#71704, Morten Welinder)
This commit is contained in:
parent
46bf6d8a81
commit
2038143ae7
@ -1,3 +1,8 @@
|
|||||||
|
Tue May 7 15:03:02 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* glib-genmarshal.c: Fix include order for config.h (#71704,
|
||||||
|
Morten Welinder)
|
||||||
|
|
||||||
2002-05-07 Michael Natterer <mitch@gimp.org>
|
2002-05-07 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* Makefile.am: use the glib-genmarshal found at configure time
|
* Makefile.am: use the glib-genmarshal found at configure time
|
||||||
|
@ -16,10 +16,11 @@
|
|||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#undef G_LOG_DOMAIN
|
#undef G_LOG_DOMAIN
|
||||||
#define G_LOG_DOMAIN "GLib-Genmarshal"
|
#define G_LOG_DOMAIN "GLib-Genmarshal"
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user