Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Includes portable.h file header for use of the va_copy macro definition (defined...
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 25 Sep 2006 16:23:07 +0000 (16:23 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 25 Sep 2006 16:23:07 +0000 (16:23 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2808 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/snprintf.c

index 0d4fe9c..9f99d67 100644 (file)
@@ -1,4 +1,3 @@
-#include "gras_config.h"
 
 /*
  * snprintf.c - a portable implementation of snprintf
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>
-#include "gras_config.h" /* to get a working stdarg.h */
+/* to get a working stdarg.h */
+
+
+#include "portable.h"
+
 #include <assert.h>
 #include <errno.h>