Commit 3af9641e authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent 330a1b5f
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment