From 302ec5d73b9a4bbd421542f295e2c2796986f06b Mon Sep 17 00:00:00 2001 From: dtucker Date: Sat, 7 Feb 2026 18:04:53 +0000 Subject: [PATCH] misc.h is needed for ForwardOptions in servconf.h. --- usr.bin/ssh/auth2-gss.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/ssh/auth2-gss.c b/usr.bin/ssh/auth2-gss.c index 16e2de871c2..d88711e736a 100644 --- a/usr.bin/ssh/auth2-gss.c +++ b/usr.bin/ssh/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. @@ -37,6 +37,7 @@ #include "dispatch.h" #include "sshbuf.h" #include "ssherr.h" +#include "misc.h" #include "servconf.h" #include "packet.h" #include "kex.h"