From: mquinson Date: Fri, 17 Dec 2010 08:38:48 +0000 (+0000) Subject: load the right header to make sure that we have getline X-Git-Tag: v3.6_beta2~642 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fcccdc1509fa82173ee3eee9967a8a20fed4ed4d?hp=ed80f6ca505e1184129d62dc42dbf9027867b334 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 --- 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"