#include <stdlib.h> instead of the non-standard <malloc.h>.

This commit is contained in:
Gerald Pfeifer 2003-01-03 22:32:47 +00:00 committed by Alexandre Julliard
parent 330a1b5f2d
commit 3af9641e6f

View file

@ -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"