diff options
-rw-r--r-- | crypto/openssh/auth2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/auth2.c b/crypto/openssh/auth2.c index 554bf68..852c616 100644 --- a/crypto/openssh/auth2.c +++ b/crypto/openssh/auth2.c @@ -26,6 +26,7 @@ RCSID("$OpenBSD: auth2.c,v 1.95 2002/08/22 21:33:58 markus Exp $"); RCSID("$FreeBSD$"); +#include "canohost.h" #include "ssh2.h" #include "xmalloc.h" #include "packet.h" |