]> andersk Git - openssh.git/blobdiff - sshd.c
- Merged more Solaris compability from Marc G. Fournier
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index f8b2caa6b526b0ecf01476c6c8d514c5b95e95d1..7a641cf48f287d677abe2be6d4e4fb677d090bb7 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -32,6 +32,10 @@ RCSID("$Id$");
 #include "uidswap.h"
 #include "compat.h"
 
+#ifdef HAVE_MAILLOCK_H
+# include <maillock.h>
+#endif
+
 #ifdef LIBWRAP
 #include <tcpd.h>
 #include <syslog.h>
This page took 0.235814 seconds and 4 git commands to generate.