mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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>
|
||||
|
||||
* Makefile.am: use the glib-genmarshal found at configure time
|
||||
|
@ -16,10 +16,11 @@
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#undef G_LOG_DOMAIN
|
||||
#define G_LOG_DOMAIN "GLib-Genmarshal"
|
||||
#include <glib.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user