Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last change of Tesh2
[simgrid.git] / tools / tesh2 / examples / background.tesh
index a416496..6838a01 100644 (file)
@@ -9,6 +9,10 @@ $ cd temp_testdir
 < #include <sys/types.h>
 < #include <sys/stat.h>
 < #include <fcntl.h>
+< 
+< #ifdef __MINGW32__
+< #define sleep        _sleep
+< #endif
 <                   
 < int main() {
 <   char buff[2048];