diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-05-07 19:06:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-05-07 19:06:14 +0000 |
commit | 2038143ae7216b1c454472d2c798c850990ad966 (patch) | |
tree | 499b5e428fbd28943f9896357f4b0d24080d2d63 /gobject | |
parent | 46bf6d8a81bc6f96dd6bf6cbfed00081efbe4c0e (diff) | |
download | glib-2038143ae7216b1c454472d2c798c850990ad966.tar.gz |
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)
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/ChangeLog | 5 | ||||
-rw-r--r-- | gobject/glib-genmarshal.c | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 44fd43bc7..15ea9b5a9 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -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 diff --git a/gobject/glib-genmarshal.c b/gobject/glib-genmarshal.c index 73112a952..8d8393e3d 100644 --- a/gobject/glib-genmarshal.c +++ b/gobject/glib-genmarshal.c @@ -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> |