diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-08-09 02:19:38 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-08-09 02:19:38 +0000 |
| commit | 3452a15dcf845ac3f880b5f39c8f3bda21555c36 (patch) | |
| tree | 97f37e331d0b5a1e7072ec9c745134cff0ca9b85 /libexec/telnetd | |
| parent | 4f1b474e3985441a9ef437f936bc34bbf9279297 (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/sys_term.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index d53c6c737ae3..3af313e6de1d 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 <sys/resource.h> #include <sys/proc.h> #endif +#include <sys/queue.h> #include <sys/tty.h> #ifdef t_erase #undef t_erase |
