Commit 153a5974 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent ee847959
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <malloc.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.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