summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 2eeb6d6b7..2bf8193b7 100644
--- a/sshd.c
+++ b/sshd.c
@@ -18,7 +18,7 @@ agent connections.
18*/ 18*/
19 19
20#include "includes.h" 20#include "includes.h"
21RCSID("$Id: sshd.c,v 1.19 1999/11/15 04:40:55 damien Exp $"); 21RCSID("$Id: sshd.c,v 1.20 1999/11/15 06:10:57 damien Exp $");
22 22
23#include "xmalloc.h" 23#include "xmalloc.h"
24#include "rsa.h" 24#include "rsa.h"
@@ -32,6 +32,10 @@ RCSID("$Id: sshd.c,v 1.19 1999/11/15 04:40:55 damien Exp $");
32#include "uidswap.h" 32#include "uidswap.h"
33#include "compat.h" 33#include "compat.h"
34 34
35#ifdef HAVE_MAILLOCK_H
36# include <maillock.h>
37#endif
38
35#ifdef LIBWRAP 39#ifdef LIBWRAP
36#include <tcpd.h> 40#include <tcpd.h>
37#include <syslog.h> 41#include <syslog.h>