needs stdlib.h and string.h

This commit is contained in:
cgd 1994-12-24 16:44:03 +00:00
parent a40374fa29
commit a584a9e8b9
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ up-to-date. Many thanks.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef SYSV
#include <sys/types.h>
#include <unistd.h>