Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.

This commit is contained in:
Gerald Pfeifer 2000-05-01 14:21:39 +00:00 committed by Alexandre Julliard
parent e189d21bf4
commit 0a89272744
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#endif
#include <sys/time.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>