Add <stdlib.h>

This commit is contained in:
matt 2000-07-03 05:05:43 +00:00
parent cb3d52d53a
commit 3e50ef53a3
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ typedef size_t SIZE;
typedef void *POINTER;
#include <unistd.h>
#include <stdlib.h>
#include <malloc.h>
#include <string.h>