Commit 0a892727 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent e189d21b
......@@ -32,7 +32,7 @@
#endif
#include <sys/time.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.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