Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initial structure. Nothing works yet.
[simgrid.git] / src / xbt / snprintf.c
index 0d4fe9c..8ce12fe 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 */
+
+#include "portable.h" /* to get a working stdarg.h */
+
 #include <assert.h>
 #include <errno.h>