summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-09 00:24:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-09 00:24:04 +0000
commit9ca67509b72429f516c787660086523c523e8068 (patch)
treed21e4fa89317e2c8ea16298616d544c612f522e5 /usr.bin
parent695e8d2fba6bab16f7bf2afc4d47141dd954fd29 (diff)
fix proto; markus
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/pty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/pty.c b/usr.bin/ssh/pty.c
index 055e7959bb9..08ede59a683 100644
--- a/usr.bin/ssh/pty.c
+++ b/usr.bin/ssh/pty.c
@@ -14,8 +14,9 @@
*/
#include "includes.h"
-RCSID("$Id: pty.c,v 1.9 1999/12/06 12:10:12 deraadt Exp $");
+RCSID("$Id: pty.c,v 1.10 1999/12/09 00:24:03 deraadt Exp $");
+#include <util.h>
#include "pty.h"
#include "ssh.h"