1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-23 05:34:18 +00:00

misc.h is needed for ForwardOptions in servconf.h.

This commit is contained in:
dtucker
2026-02-07 18:04:53 +00:00
parent 6a5ee414a0
commit 302ec5d73b

View File

@@ -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"