Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Process.java: reduce the debugging scaffolding now that it works
[simgrid.git] / teshsuite / xbt / mallocator / mallocator.c
index 180b254..d8e3ffb 100644 (file)
@@ -1,6 +1,8 @@
 #include "xbt/mallocator.h"
 #include "xbt.h"
 
+#include <stdio.h> /* snprintf */
+
 typedef struct element {
   int value;
 } s_element_t;