]> andersk Git - openssh.git/blobdiff - clientloop.c
- (tim) [kex.c myproposal.h md-sha256.c openbsd-compat/sha2.c,h] Disable
[openssh.git] / clientloop.c
index 52f3bd5b55c4be38633da24ac23cc9d96c5589a0..83706c297b813fab43c153255cec8e9e796c0c85 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.152 2006/02/10 00:27:13 stevesk Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.155 2006/02/22 00:04:44 stevesk Exp $");
 
+#include <sys/types.h>
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
 #include <sys/ioctl.h>
 
+#include <ctype.h>
+#ifdef HAVE_PATHS_H
 #include <paths.h>
+#endif
+#include <signal.h>
 #include <termios.h>
 
 #include "ssh.h"
This page took 0.040559 seconds and 4 git commands to generate.