#OTHER
authorStefan Vogel <sv@exept.de>
Thu, 17 Mar 2016 22:56:52 +0100
changeset 19373 e7a57d40621f
parent 19372 04b4911fa8be
child 19374 1a7bbc89cc9b
#OTHER class: ObjectMemory changed: #mallocStatistics
ObjectMemory.st
--- a/ObjectMemory.st	Thu Mar 17 22:26:29 2016 +0100
+++ b/ObjectMemory.st	Thu Mar 17 22:56:52 2016 +0100
@@ -5333,6 +5333,7 @@
 %{   /* NOCONTEXT */
 #ifdef __linux__
 # include <malloc.h>
+# include <stdio.h>
     malloc_info(0, stderr);
 #endif
 %}