summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authordjm <djm>2006-03-15 00:52:09 +0000
committerdjm <djm>2006-03-15 00:52:09 +0000
commit83c10c72e1ca92be911fc3e762d984c686d0192c (patch)
treecb706f49679fa02f5c38b423ded73ef2b7b1ba43 /sshd.c
parentc275efac87b589c000bccf99538ac58a5ffc4399 (diff)
downloadopenssh-83c10c72e1ca92be911fc3e762d984c686d0192c.tar.gz
oops, this commit is really:
- stevesk@cvs.openbsd.org 2006/02/20 17:02:44 [clientloop.c includes.h monitor.c progressmeter.c scp.c] [serverloop.c session.c sftp.c ssh-agent.c ssh.c sshd.c] move #include <signal.h> out of includes.h; ok markus@ the previous was: - stevesk@cvs.openbsd.org 2006/02/20 17:19:54 [auth-rhosts.c auth-rsa.c auth.c auth2-none.c auth2-pubkey.c] [authfile.c clientloop.c includes.h readconf.c scp.c session.c] [sftp-client.c sftp-common.c sftp-common.h sftp-glob.c] [sftp-server.c sftp.c ssh-add.c ssh-keygen.c ssh.c sshconnect.c] [sshconnect2.c sshd.c sshpty.c] move #include <sys/stat.h> out of includes.h; ok markus@
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index f06b4118..40593ee2 100644
--- a/sshd.c
+++ b/sshd.c
@@ -52,6 +52,7 @@ RCSID("$OpenBSD: sshd.c,v 1.323 2006/02/20 17:19:54 stevesk Exp $");
#include <sys/wait.h>
#include <paths.h>
+#include <signal.h>
#include <openssl/dh.h>
#include <openssl/bn.h>