summaryrefslogtreecommitdiffstats
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 9f74bec1..811cfa23 100644
--- a/readpass.c
+++ b/readpass.c
@@ -23,7 +23,10 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $");
+RCSID("$OpenBSD: readpass.c,v 1.35 2006/02/10 01:44:26 stevesk Exp $");
+
+#include <sys/types.h>
+#include <sys/wait.h>
#ifdef HAVE_PATHS_H
# include <paths.h>