Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless \n in DEBUG messages.
[simgrid.git] / testsuite / xbt / heap_bench.c
index cfeff7d..ccab791 100644 (file)
@@ -18,6 +18,8 @@
 #include "xbt/heap.h"
 #include "gras/virtu.h"                /* time manipulation in bench */
 
+#include "xbt/sysdep.h" /* calloc, printf */
+
 #define MAX_TEST 1000000
 
 #ifdef __BORLANDC__