[PATCH] Include fix
Thomas Köller
thomas at koeller.dyndns.org
Fri Jan 28 01:56:07 AEDT 2022
commit 73734a17849bb04a411e6eb29071ecc6dc80efee
Author: Thomas Koeller <thomas at koeller.dyndns.org>
Date: Thu Jan 27 15:26:01 2022 +0100
Include fix
auth.h uses the HostStatus type defined in hostfile.h, which therefore
has to be included.
Signed-off-by: Thomas Koeller <thomas at koeller.dyndns.org>
diff --git a/auth.h b/auth.h
index a65d8fd0..edac85b2 100644
--- a/auth.h
+++ b/auth.h
@@ -40,6 +40,8 @@
#include <krb5.h>
#endif
+#include "hostfile.h"
+
struct passwd;
struct ssh;
struct sshbuf;
More information about the openssh-unix-dev
mailing list