From: Martin Quinson Date: Tue, 19 Apr 2011 14:51:58 +0000 (+0200) Subject: Make sure we have getline when we use it X-Git-Tag: v3.6_beta2~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3406010cd31d6455d8ab9f96b312920dac884062 Make sure we have getline when we use it --- diff --git a/src/xbt/graph.c b/src/xbt/graph.c index bacf626b3f..2f2ebad184 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -7,6 +7,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include +#include "simgrid_config.h" /* getline */ #include "xbt/sysdep.h" #include "xbt/log.h" #include "xbt/graph.h"