]> andersk Git - openssh.git/blobdiff - clientloop.c
- djm@cvs.openbsd.org 2006/03/19 07:41:30
[openssh.git] / clientloop.c
index af5351b7d95dc880838fab5725af7b78957a93f1..6d58a5afbc8ac25ce9e2076ec7499bb7ba302377 100644 (file)
@@ -59,7 +59,6 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.154 2006/02/20 17:19:54 stevesk Exp $");
 
 #include <sys/types.h>
 #ifdef HAVE_SYS_STAT_H
@@ -67,7 +66,10 @@ RCSID("$OpenBSD: clientloop.c,v 1.154 2006/02/20 17:19:54 stevesk Exp $");
 #endif
 #include <sys/ioctl.h>
 
+#include <ctype.h>
+#ifdef HAVE_PATHS_H
 #include <paths.h>
+#endif
 #include <signal.h>
 #include <termios.h>
 
This page took 0.036205 seconds and 4 git commands to generate.