stdlib.h for malloc() prototype

This commit is contained in:
cgd 1997-01-24 02:16:22 +00:00
parent 27e0e2605f
commit de97b4a289
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ static char sccsid[] = "@(#) inetcf.c 1.6 96/02/11 17:01:29";
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
extern int errno;
extern void exit();