From b6985eb271ae3a1dc1a45d1bfe3c3e9a56b283fb Mon Sep 17 00:00:00 2001 From: des Date: Sat, 14 Dec 2002 13:48:47 +0000 Subject: [PATCH] Add a missing #include "canohost.h". --- crypto/openssh/auth2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/openssh/auth2.c b/crypto/openssh/auth2.c index 554bf686c1c5..852c6167c9f9 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"