diff options
author | des <des@FreeBSD.org> | 2002-12-14 13:48:47 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-12-14 13:48:47 +0000 |
commit | b6985eb271ae3a1dc1a45d1bfe3c3e9a56b283fb (patch) | |
tree | 091b5ef72ca91858cdbc65628516ded5365c38d0 /crypto | |
parent | a46b8cda0408205c7c3aee144088124c22572407 (diff) | |
download | FreeBSD-src-b6985eb271ae3a1dc1a45d1bfe3c3e9a56b283fb.zip FreeBSD-src-b6985eb271ae3a1dc1a45d1bfe3c3e9a56b283fb.tar.gz |
Add a missing #include "canohost.h".
Diffstat (limited to 'crypto')
-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" |