X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/4e81159c02918582fea049be46fa0cef575de4a4..a5efa1bbdb76c6234fd56037a3220fed54a7dfb7:/auth-options.c?ds=sidebyside diff --git a/auth-options.c b/auth-options.c index d6258ab1..210fbe7e 100644 --- a/auth-options.c +++ b/auth-options.c @@ -10,14 +10,14 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-options.c,v 1.17 2001/05/30 12:55:06 markus Exp $"); +RCSID("$OpenBSD: auth-options.c,v 1.18 2001/05/31 10:30:12 markus Exp $"); #include "packet.h" #include "xmalloc.h" #include "match.h" #include "log.h" #include "canohost.h" -#include "channel.h" +#include "channels.h" #include "auth-options.h" #include "servconf.h"