From: cherierm Date: Tue, 26 Sep 2006 11:56:21 +0000 (+0000) Subject: Includes portable.h file header for use of the va_copy macro definition (defined... X-Git-Tag: v3.3~2539 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5b19f91d6d214949e7814070fd00c21425622229 Includes portable.h file header for use of the va_copy macro definition (defined in borland.h because borland don't define it in stdarg.h). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2820 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/Msg/msg_private.h b/src/gras/Msg/msg_private.h index cb421671f7..1cba35e252 100644 --- a/src/gras/Msg/msg_private.h +++ b/src/gras/Msg/msg_private.h @@ -12,7 +12,7 @@ #ifndef GRAS_MESSAGE_PRIVATE_H #define GRAS_MESSAGE_PRIVATE_H -#include "gras_config.h" +#include "portable.h" #include "xbt/sysdep.h" #include "xbt/log.h"