From 1189d1797cc934d847d6641d809bbe060729f064 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 21 Apr 2011 14:02:11 +0200 Subject: [PATCH] load simgrid_config ASAP so that _GNU_SOURCE really get defined before stdio is loaded --- src/xbt/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1