Use stdlib.h instead of non-standard malloc.h.

This commit is contained in:
Gerald Pfeifer 2005-02-18 12:57:48 +00:00 committed by Alexandre Julliard
parent ee8479596a
commit 153a59744e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
*/
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>