libtelnet: Add missing include.

This commit is contained in:
Augustin Cavalier
2024-08-24 01:44:42 -04:00
parent 7371ccbe44
commit 807888c1b2
+1
View File
@@ -39,6 +39,7 @@ static char sccsid[] = "@(#)getent.c 8.2 (Berkeley) 12/15/93";
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "misc-proto.h"