Replace non-standard #include <malloc.h> with <stdlib.h>

This commit is contained in:
Ben Noordhuis 2010-11-06 22:29:29 +01:00 committed by Garux
parent 9cfed859cf
commit ca7fb9b9ed
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
#include <malloc.h>
#include <stdlib.h>
#include "l_cmd.h"
#include "l_math.h"
#include "l_poly.h"

View File

@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// _ML_ added end
#include <io.h>
#endif
#include <malloc.h>
#include <stdlib.h>
#include "l_cmd.h"
#include "l_math.h"
#include "l_poly.h"