]> andersk Git - openssh.git/blobdiff - clientloop.c
- djm@cvs.openbsd.org 2006/03/19 07:41:30
[openssh.git] / clientloop.c
index 52f3bd5b55c4be38633da24ac23cc9d96c5589a0..6d58a5afbc8ac25ce9e2076ec7499bb7ba302377 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.152 2006/02/10 00:27:13 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.05765 seconds and 4 git commands to generate.