From: Johan Dahlin Date: Thu, 31 Dec 2009 14:26:33 +0000 (+0100) Subject: Include Python.h earlier X-Git-Tag: GOBJECT_INTROSPECTION_0_6_8~30 X-Git-Url: http://git.roojs.org/?p=gnome.gobject-introspection;a=commitdiff_plain;h=27813f4297808694a7cdecce506434ee9315d042 Include Python.h earlier This avoids pyconfig.h:1028:1: warning: "_POSIX_C_SOURCE" redefined --- diff --git a/giscanner/giscannermodule.c b/giscanner/giscannermodule.c index e8ad117..0b24714 100644 --- a/giscanner/giscannermodule.c +++ b/giscanner/giscannermodule.c @@ -22,9 +22,9 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif +#include #include "sourcescanner.h" #include "grealpath.h" -#include #ifdef _WIN32 #include