Add a missing #include "canohost.h".

This commit is contained in:
Dag-Erling Smørgrav 2002-12-14 13:48:47 +00:00
parent bdb8839451
commit 9be00009ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107860

View File

@ -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"