From: Martin Quinson Date: Thu, 21 Apr 2011 12:02:11 +0000 (+0200) Subject: load simgrid_config ASAP so that _GNU_SOURCE really get defined before stdio is loaded X-Git-Tag: v3_6_rc3~125 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1189d1797cc934d847d6641d809bbe060729f064?ds=sidebyside load simgrid_config ASAP so that _GNU_SOURCE really get defined before stdio is loaded --- diff --git a/src/xbt/graph.c b/src/xbt/graph.c index 2f2ebad184..f103366556 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -6,8 +6,8 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include #include "simgrid_config.h" /* getline */ +#include #include "xbt/sysdep.h" #include "xbt/log.h" #include "xbt/graph.h"