From: alegrand Date: Tue, 15 Dec 2009 16:33:33 +0000 (+0000) Subject: We need getline so include the right file and do not hope that other header will... X-Git-Tag: SVN~827 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4f8bb2f29a74af65e3db301ab1c4c0df611714c8?hp=31f8acb14aacb4488c5ffc83648647291f8f18f0 We need getline so include the right file and do not hope that other header will provide it. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6899 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/msg_actions.c b/src/msg/msg_actions.c index 8d1785c285..07a1ddc8c5 100644 --- a/src/msg/msg_actions.c +++ b/src/msg/msg_actions.c @@ -3,6 +3,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 "simgrid_config.h" /* getline */ #include "msg/private.h" #include "xbt/str.h" #include "xbt/dynar.h"