mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add #include <stdlib.h> to get prototype for malloc().
This commit is contained in:
parent
5b116430fc
commit
9c26f2aeaf
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue