=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshconnect.c,v retrieving revision 1.309 retrieving revision 1.310 diff -u -r1.309 -r1.310 --- src/usr.bin/ssh/sshconnect.c 2018/12/27 03:25:25 1.309 +++ src/usr.bin/ssh/sshconnect.c 2019/01/19 21:31:32 1.310 @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect.c,v 1.309 2018/12/27 03:25:25 djm Exp $ */ +/* $OpenBSD: sshconnect.c,v 1.310 2019/01/19 21:31:32 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -55,6 +55,9 @@ #include "ssherr.h" #include "authfd.h" #include "kex.h" + +#include "opacket.h" /* XXX */ +extern struct ssh *active_state; /* XXX */ struct sshkey *previous_host_key = NULL;