X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8d9ba00d305d058d3e06b54657f3cb9b0b71c43..49324ddce4feba6d5664c40e0fa3817460ca5549:/src/portable.h diff --git a/src/portable.h b/src/portable.h index 62ff5d71ca..a3b18660a6 100644 --- a/src/portable.h +++ b/src/portable.h @@ -87,7 +87,11 @@ const char *gras_wsa_err2string(int errcode); #include #ifdef HAVE_SYS_STAT_H -#include +# include +#endif + +#ifndef O_BINARY +# define O_BINARY 0 #endif /****