Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
If we are on windows _GNU is defined by cmake.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 13 Sep 2010 08:24:35 +0000 (08:24 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 13 Sep 2010 08:24:35 +0000 (08:24 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8178 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/sysdep.h
src/portable.h

index efba50f..1592e9e 100644 (file)
@@ -18,6 +18,8 @@
 #include "xbt/misc.h"
 #include "xbt/asserts.h"
 
+#include "simgrid_config.h"
+
 SG_BEGIN_DECL()
 
 /* They live in asserts.h, but need to be declared before this module.
index 57d6a16..cb5bc99 100644 (file)
@@ -21,6 +21,7 @@
 #endif
 
 #include <stdarg.h>
+#include <stdio.h>
 
 #ifdef HAVE_ERRNO_H
 #  include <errno.h>