summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
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 f06b41188..40593ee2e 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 $");
52#include <sys/wait.h> 52#include <sys/wait.h>
53 53
54#include <paths.h> 54#include <paths.h>
55#include <signal.h>
55 56
56#include <openssl/dh.h> 57#include <openssl/dh.h>
57#include <openssl/bn.h> 58#include <openssl/bn.h>