From 6b5a17bc14e896e3904dc58d889b58934cfacd24 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 26 Mar 2018 13:12:44 +1100 Subject: Include ssh_api.h for struct ssh. struct ssh is needed by implementations of sys_auth_passwd() that were converted in commit bba02a50. Needed to fix build on AIX, I assume for the other platforms too (although it should be harmless if not needed). --- openbsd-compat/port-aix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsd-compat/port-aix.c') diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index 768d44c33..79c868966 100644 --- a/openbsd-compat/port-aix.c +++ b/openbsd-compat/port-aix.c @@ -32,6 +32,7 @@ #include "hostfile.h" #include "auth.h" #include "ssh.h" +#include "ssh_api.h" #include "log.h" #ifdef _AIX -- cgit v1.2.3