Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use a nice va_copy if none was provided by the system
[simgrid.git] / src / xbt / snprintf.c
index 4f15618..b6f7b75 100644 (file)
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>
+#include "gras_config.h" /* to get a working stdarg.h */
 #include <assert.h>
 #include <errno.h>