Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the inclusion of the header stat.h is tested in the file portability header portable...
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 25 Oct 2007 15:22:24 +0000 (15:22 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 25 Oct 2007 15:22:24 +0000 (15:22 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4871 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Transport/transport_plugin_file.c

index bfb9693..7b20968 100644 (file)
 #include "gras/Transport/transport_private.h"
 #include "xbt/ex.h"
 
 #include "gras/Transport/transport_private.h"
 #include "xbt/ex.h"
 
-#ifdef WIN32
-#include <sys/stat.h>
-#endif
-
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(gras_trp_file,gras_trp,
        "Pseudo-transport to write to/read from a file");
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(gras_trp_file,gras_trp,
        "Pseudo-transport to write to/read from a file");