From: cherierm Date: Mon, 25 Sep 2006 16:23:07 +0000 (+0000) Subject: Includes portable.h file header for use of the va_copy macro definition (defined... X-Git-Tag: v3.3~2551 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/20e7224a9192e52d450c5c879cbc03978b2b7ceb 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@2808 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/snprintf.c b/src/xbt/snprintf.c index 0d4fe9c69e..9f99d6768e 100644 --- a/src/xbt/snprintf.c +++ b/src/xbt/snprintf.c @@ -1,4 +1,3 @@ -#include "gras_config.h" /* * snprintf.c - a portable implementation of snprintf @@ -323,7 +322,11 @@ #include #include #include -#include "gras_config.h" /* to get a working stdarg.h */ +/* to get a working stdarg.h */ + + +#include "portable.h" + #include #include