From fcccdc1509fa82173ee3eee9967a8a20fed4ed4d Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 17 Dec 2010 08:38:48 +0000 Subject: [PATCH] load the right header to make sure that we have getline git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9281 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/xbt_replay_trace_reader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xbt/xbt_replay_trace_reader.c b/src/xbt/xbt_replay_trace_reader.c index 831bf104f5..78031b6f21 100644 --- a/src/xbt/xbt_replay_trace_reader.c +++ b/src/xbt/xbt_replay_trace_reader.c @@ -4,6 +4,7 @@ /* 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 "gras_config.h" +#include "simgrid_config.h" /* getline */ #include #include "xbt/sysdep.h" #include "xbt/log.h" -- 2.20.1