commit 73734a17849bb04a411e6eb29071ecc6dc80efee Author: Thomas Koeller <thomas@xxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxx> 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; _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev