Replace non-standard #include <malloc.h> with <stdlib.h>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user