From 6d026173d531871f824d9ed3f8b5d206f2dceded Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 15 Dec 2009 16:33:20 +0000 Subject: [PATCH] Use the right header for the getline management. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6897 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/str.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/str.h b/include/xbt/str.h index bf324d4983..78786a9265 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -15,7 +15,7 @@ #include "xbt/misc.h" #include "xbt/dynar.h" #include "xbt/dict.h" -#include /* FILE for getline */ +#include "simgrid_config.h" /* FILE for getline */ SG_BEGIN_DECL() -- 2.20.1