Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix Windows build
[simgrid.git] / include / xbt / str.h
index bd4f575..72acbe5 100644 (file)
@@ -9,6 +9,7 @@
 #ifndef XBT_STR_H
 #define XBT_STR_H
 
+#include <stdint.h> /* ssize_t */
 #include <stdarg.h>             /* va_* */
 #include "xbt/misc.h"
 #include "xbt/dynar.h"