Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Includes portable.h file header for use of the va_copy macro definition (defined...
[simgrid.git] / 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>