From 518ce45aadff9b0f67410ab607b7ffe288ed2ef2 Mon Sep 17 00:00:00 2001 From: green Date: Mon, 9 Aug 1999 02:19:38 +0000 Subject: Add a missing include (sys/queue.h for sys/tty.h SLIST usage.) --- libexec/telnetd/sys_term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libexec/telnetd') diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index d53c6c7..3af313e 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sys_term.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$Id: sys_term.c,v 1.20 1998/05/14 10:07:29 jb Exp $"; + "$Id: sys_term.c,v 1.21 1999/04/07 08:27:44 brian Exp $"; #endif /* not lint */ #include "telnetd.h" @@ -114,6 +114,7 @@ extern struct sysv sysv; #include #include #endif +#include #include #ifdef t_erase #undef t_erase -- cgit v1.1