=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor.c,v retrieving revision 1.188 retrieving revision 1.189 diff -u -r1.188 -r1.189 --- src/usr.bin/ssh/monitor.c 2018/11/16 02:43:56 1.188 +++ src/usr.bin/ssh/monitor.c 2019/01/19 21:31:32 1.189 @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.188 2018/11/16 02:43:56 djm Exp $ */ +/* $OpenBSD: monitor.c,v 1.189 2019/01/19 21:31:32 djm Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -80,6 +80,9 @@ #include "authfd.h" #include "match.h" #include "ssherr.h" + +#include "opacket.h" /* XXX */ +extern struct ssh *active_state; /* XXX */ #ifdef GSSAPI static Gssctxt *gsscontext = NULL;