From 815eff8a1dbe6a86a229bc66f3a6e2fea0253d6c Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 23 Mar 2007 22:13:17 +0000 Subject: [PATCH 1/1] 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 --- testsuite/xbt/graphxml_usage.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1