Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do load portable.h explicitly since strbuff do not bogusly load it for us anymore
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 19 Dec 2007 20:58:31 +0000 (20:58 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 19 Dec 2007 20:58:31 +0000 (20:58 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5139 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/tesh/tesh.h

index b957087..9d22cf2 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"