Add #include <stdlib.h> to get prototype for malloc().

This commit is contained in:
John Birrell 1998-02-20 04:34:08 +00:00
parent 5b116430fc
commit 9c26f2aeaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33646

View File

@ -47,6 +47,7 @@ static char sccsid[] = "@(#)telnet.c 8.2 (Berkeley) 12/15/93";
#include <arpa/telnet.h>
#include <stdlib.h>
#include <ctype.h>
#include "ring.h"