From: mquinson Date: Fri, 23 Mar 2007 22:13:17 +0000 (+0000) Subject: Reduce the visibility of stdio.h because it was loaded wrongly (ie, before _GNU_SOURC... X-Git-Tag: v3.3~2006 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/815eff8a1dbe6a86a229bc66f3a6e2fea0253d6c Reduce the visibility of stdio.h because it was loaded wrongly (ie, before _GNU_SOURCE gets defined on need in portable.h, thus making getline invisible) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3354 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/testsuite/xbt/graphxml_usage.c b/testsuite/xbt/graphxml_usage.c index cf89b3cb6b..e6450c04df 100644 --- a/testsuite/xbt/graphxml_usage.c +++ b/testsuite/xbt/graphxml_usage.c @@ -10,6 +10,7 @@ #pragma hdrstop #endif +#include #include "xbt/module.h" #include "xbt/sysdep.h" #include "xbt/graph.h"