Add #include <stdlib.h> to get prototype for malloc().
This commit is contained in:
parent
5b116430fc
commit
9c26f2aeaf
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user