Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
This commit is contained in:
parent
e189d21bf4
commit
0a89272744
|
@ -32,7 +32,7 @@
|
|||
#endif
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in New Issue