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:
Owen Taylor 2002-05-07 19:06:14 +00:00 committed by Owen Taylor
parent 46bf6d8a81
commit 2038143ae7
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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>