=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.318 retrieving revision 1.319 diff -u -r1.318 -r1.319 --- src/usr.bin/ssh/clientloop.c 2018/09/21 12:46:22 1.318 +++ src/usr.bin/ssh/clientloop.c 2019/01/19 21:31:32 1.319 @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.318 2018/09/21 12:46:22 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.319 2019/01/19 21:31:32 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -103,6 +103,9 @@ #include "msg.h" #include "ssherr.h" #include "hostfile.h" + +#include "opacket.h" /* XXX */ +extern struct ssh *active_state; /* XXX */ /* import options */ extern Options options;