summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mac/Modules/macmodule.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c
index fbb408b5b7..f2ffc41b55 100644
--- a/Mac/Modules/macmodule.c
+++ b/Mac/Modules/macmodule.c
@@ -49,6 +49,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <fcntl.h>
#endif
+#ifdef __MWERKS__
+#define MALLOC_DEBUG
+#endif
+
#include "macdefs.h"
#include "dirent.h"