malloc declaration included with stdlib.h -- no need for malloc.h include (this can cause failure on mac)

This commit is contained in:
Mark Borgerding 2010-05-31 21:56:13 -04:00
parent 968e5580a3
commit 1300338c62

View File

@ -5,7 +5,6 @@
#include <stdio.h> #include <stdio.h>
#include <math.h> #include <math.h>
#include <string.h> #include <string.h>
#include <malloc.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {