Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rebalance a bit between simgrid_config and internal_config
[simgrid.git] / src / xbt / snprintf.c
index 22a3aa8..148a593 100644 (file)
@@ -49,8 +49,8 @@
  *   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 <stdio.h>
 
 #if !defined(HAVE_VASPRINTF)