summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshtty.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sshtty.c')
-rw-r--r--crypto/openssh/sshtty.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/crypto/openssh/sshtty.c b/crypto/openssh/sshtty.c
index 0b17c3e..0456766 100644
--- a/crypto/openssh/sshtty.c
+++ b/crypto/openssh/sshtty.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: sshtty.c,v 1.12 2006/08/03 03:34:42 deraadt Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,10 +36,13 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshtty.c,v 1.6 2004/05/08 00:01:37 deraadt Exp $");
+
+#include <sys/types.h>
+#include <stdio.h>
+#include <termios.h>
+#include <pwd.h>
#include "sshpty.h"
-#include "log.h"
static struct termios _saved_tio;
static int _in_raw_mode = 0;
OpenPOWER on IntegriCloud