- Fixed malloc problem.

This commit is contained in:
ccremers 2007-01-09 14:47:33 +00:00
parent c3f1d9661a
commit 16291579e7

View File

@ -11,7 +11,7 @@
#include <limits.h> #include <limits.h>
#include <float.h> #include <float.h>
#include <string.h> #include <string.h>
#ifndef OSXHOST #if !defined(__APPLE__)
#ifdef DEBUG #ifdef DEBUG
#include <malloc.h> #include <malloc.h>
#endif #endif