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