=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.340 retrieving revision 1.341 diff -u -r1.340 -r1.341 --- src/usr.bin/ssh/ssh.c 2010/06/25 23:15:36 1.340 +++ src/usr.bin/ssh/ssh.c 2010/06/26 23:04:04 1.341 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.340 2010/06/25 23:15:36 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.341 2010/06/26 23:04:04 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -70,6 +70,7 @@ #include "ssh.h" #include "ssh1.h" #include "ssh2.h" +#include "canohost.h" #include "compat.h" #include "cipher.h" #include "packet.h"