From: dtucker@openbsd.org Date: Sat, 7 Feb 2026 18:04:53 +0000 (+0000) Subject: upstream: misc.h is needed for ForwardOptions in servconf.h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1a257612b7c6bcacd934149146a3da7411c485;p=thirdparty%2Fopenssh-portable.git upstream: misc.h is needed for ForwardOptions in servconf.h. OpenBSD-Commit-ID: b241d81c499e273fc2d81c82d5b7c7b280827416 --- diff --git a/auth2-gss.c b/auth2-gss.c index 3b79128b1..0a91af7e2 100644 --- a/auth2-gss.c +++ b/auth2-gss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-gss.c,v 1.36 2024/05/17 04:42:13 djm Exp $ */ +/* $OpenBSD: auth2-gss.c,v 1.37 2026/02/07 18:04:53 dtucker Exp $ */ /* * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved. @@ -41,6 +41,7 @@ #include "dispatch.h" #include "sshbuf.h" #include "ssherr.h" +#include "misc.h" #include "servconf.h" #include "packet.h" #include "kex.h"