Add <stdlib.h>
This commit is contained in:
parent
cb3d52d53a
commit
3e50ef53a3
|
@ -68,6 +68,7 @@ typedef size_t SIZE;
|
|||
typedef void *POINTER;
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue