From: alegrand Date: Tue, 15 Dec 2009 16:33:20 +0000 (+0000) Subject: Use the right header for the getline management. X-Git-Tag: SVN~829 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6d026173d531871f824d9ed3f8b5d206f2dceded 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 --- 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()