From: mquinson Date: Wed, 19 Dec 2007 20:58:31 +0000 (+0000) Subject: Do load portable.h explicitly since strbuff do not bogusly load it for us anymore X-Git-Tag: v3.3~712 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/077162be219d71e3d0625ee0de4fdfc5060ec7d2 Do load portable.h explicitly since strbuff do not bogusly load it for us anymore git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5139 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index b95708783a..9d22cf2032 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -11,6 +11,7 @@ #ifndef TESH_H #define TESH_H +#include "portable.h" #include "xbt/xbt_os_thread.h" #include "xbt/strbuff.h"