From 4f8bb2f29a74af65e3db301ab1c4c0df611714c8 Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 15 Dec 2009 16:33:33 +0000 Subject: [PATCH] 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 --- src/msg/msg_actions.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1