X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/d0137ef83eaef1fbdd9745cfb3c75ea68aa0fa12..HEAD:/monitor.c diff --git a/monitor.c b/monitor.c index 36a9e1dc..ace25c40 100644 --- a/monitor.c +++ b/monitor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.103 2009/05/28 16:50:16 andreas Exp $ */ +/* $OpenBSD: monitor.c,v 1.104 2009/06/12 20:43:22 andreas Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -88,6 +88,7 @@ #include "compat.h" #include "ssh2.h" #include "jpake.h" +#include "roaming.h" #ifdef GSSAPI static Gssctxt *gsscontext = NULL;