Make malloc stats routine available under MetroWerks

This commit is contained in:
Jack Jansen 1995-01-22 16:52:38 +00:00
parent 673e142e00
commit 7cbf4803a9
1 changed files with 4 additions and 0 deletions

View File

@ -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"