Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ns3: live with the fact that sometimes finished_ becomes true with remains is still >0
[simgrid.git] / src / xbt / xbt_os_file.cpp
index 713009edb672dae8f02bd2ba6a1298ccf97a07ba..4316ee43676cf0ab3abadeeab2f41da1689ec6b4 100644 (file)
@@ -17,8 +17,8 @@
 #include <unistd.h>
 #endif
 
+#include <cerrno>
 #include <cstring>
-#include <errno.h>
 #include <libgen.h> /* POSIX dirname */
 
 simgrid::xbt::Path::Path()