X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e993852fadf35937e44a7b37eaecad48588b5a2e..0b8e893d1b242673966bee6dbf894541288478d9:/src/xbt/snprintf.c diff --git a/src/xbt/snprintf.c b/src/xbt/snprintf.c index 5053d29e87..148a59301a 100644 --- a/src/xbt/snprintf.c +++ b/src/xbt/snprintf.c @@ -49,8 +49,9 @@ * 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 #if !defined(HAVE_VASPRINTF) #include /* vsnprintf */