Make malloc stats routine available under MetroWerks
diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c
index fbb408b..f2ffc41 100644
--- a/Mac/Modules/macmodule.c
+++ b/Mac/Modules/macmodule.c
@@ -49,6 +49,10 @@
 #include <fcntl.h>
 #endif
 
+#ifdef __MWERKS__
+#define MALLOC_DEBUG
+#endif
+
 #include "macdefs.h"
 #include "dirent.h"