From 3406010cd31d6455d8ab9f96b312920dac884062 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 19 Apr 2011 16:51:58 +0200 Subject: [PATCH] Make sure we have getline when we use it --- src/xbt/graph.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1