#include <stdlib.h> instead of the non-standard <malloc.h>.
This commit is contained in:
parent
330a1b5f2d
commit
3af9641e6f
|
@ -18,7 +18,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
|
|
Loading…
Reference in New Issue