summaryrefslogtreecommitdiff
path: root/readpass.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:29:24 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:29:24 +1100
commit9cf6d077fb87b4364e70c9fd889bf26744718301 (patch)
tree723b1647b10a98e1289922ac1a1eef66d51339c6 /readpass.c
parent17e91c0fb01787f9a5974a997bb26114a435dde7 (diff)
- stevesk@cvs.openbsd.org 2006/02/10 01:44:27
[includes.h monitor.c readpass.c scp.c serverloop.c session.c^?] [sftp.c sshconnect.c sshconnect2.c sshd.c] move #include <sys/wait.h> out of includes.h; ok markus@
Diffstat (limited to 'readpass.c')
-rw-r--r--readpass.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/readpass.c b/readpass.c
index 9f74bec19..811cfa231 100644
--- a/readpass.c
+++ b/readpass.c
@@ -23,7 +23,10 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $"); 26RCSID("$OpenBSD: readpass.c,v 1.35 2006/02/10 01:44:26 stevesk Exp $");
27
28#include <sys/types.h>
29#include <sys/wait.h>
27 30
28#ifdef HAVE_PATHS_H 31#ifdef HAVE_PATHS_H
29# include <paths.h> 32# include <paths.h>