Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix: setset cursors were incorrectly implemented. Now they work fine.
[simgrid.git] / include / simgrid_config.h.in
index f82be86..82964bc 100644 (file)
@@ -54,6 +54,7 @@ XBT_PUBLIC(int) asprintf(char **ptr, const char *fmt,   /*args */
  * See asprintf()
  */
 #if defined(SIMGRID_NEED_VASPRINTF)||defined(DOXYGEN)
+#include <stdarg.h>
 XBT_PUBLIC(int) vasprintf(char **ptr, const char *fmt, va_list ap);
 #endif
 /** @brief print to allocated string