- stevesk@cvs.openbsd.org 2006/02/08 12:15:27
     [auth.c clientloop.c includes.h misc.c monitor.c readpass.c]
     [session.c sftp.c ssh-agent.c ssh-keysign.c ssh.c sshconnect.c]
     [sshd.c sshpty.c]
     move #include <paths.h> out of includes.h; ok markus@
diff --git a/readpass.c b/readpass.c
index 7914799..a9b9961 100644
--- a/readpass.c
+++ b/readpass.c
@@ -23,7 +23,11 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.33 2005/05/02 21:13:22 markus Exp $");
+RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $");
+
+#ifdef HAVE_PATHS_H
+#  include <paths.h>
+#endif
 
 #include "xmalloc.h"
 #include "misc.h"