Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
And now, use the correct syntax for default values in variable substitution
[simgrid.git] / tools / tesh / tesh.h
index b957087..0afed51 100644 (file)
@@ -11,6 +11,7 @@
 #ifndef TESH_H
 #define TESH_H
 
+#include "portable.h"
 #include "xbt/xbt_os_thread.h"
 #include "xbt/strbuff.h"
 
@@ -21,7 +22,7 @@
 const char* signal_name(unsigned int got, char *expected);
 
 #include "run_context.h"
-  
+
 /*** Options ***/
 int timeout_value; /* child timeout value */