X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/220e6263b487e4133541fb9b9c731fb18e780880..5787a5c839c1f49fec942290449d18b72b036d98:/src/xbt/snprintf.c diff --git a/src/xbt/snprintf.c b/src/xbt/snprintf.c index 22a3aa894c..4f75d19f2f 100644 --- a/src/xbt/snprintf.c +++ b/src/xbt/snprintf.c @@ -49,11 +49,12 @@ * http://www.ijs.si/software/snprintf/ */ -#include "xbt/sysdep.h" /* xbt_abort() */ -#include "simgrid_config.h" /* Do we need vasprintf? */ +#include "xbt/sysdep.h" /* xbt_abort() */ +#include "src/internal_config.h" /* Do we need vasprintf? */ #include +#include -#if !defined(HAVE_VASPRINTF) +#if !HAVE_VASPRINTF #include /* vsnprintf */ int vasprintf(char **ptr, const char *fmt, va_list ap); int vasprintf(char **ptr, const char *fmt, va_list ap)