Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce the visibility of stdio.h because it was loaded wrongly (ie, before _GNU_SOURC...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 23 Mar 2007 22:13:17 +0000 (22:13 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 23 Mar 2007 22:13:17 +0000 (22:13 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3354 48e7efb5-ca39-0410-a469-dd3cf9ba447f

testsuite/xbt/graphxml_usage.c

index cf89b3c..e6450c0 100644 (file)
@@ -10,6 +10,7 @@
  #pragma hdrstop
  #endif
  
+#include <stdio.h>
 #include "xbt/module.h"
 #include "xbt/sysdep.h"
 #include "xbt/graph.h"