diff options
author | Darren Tucker <dtucker@dtucker.net> | 2018-03-26 13:12:44 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2018-03-26 13:24:41 +1100 |
commit | 6b5a17bc14e896e3904dc58d889b58934cfacd24 (patch) | |
tree | 56f7df0abd19c8b68c67dfdb0bdbd2a5c178c033 /auth-sia.c | |
parent | bc3f80e4d191b8e48650045dfa8a682cd3aabd4d (diff) |
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).
Diffstat (limited to 'auth-sia.c')
-rw-r--r-- | auth-sia.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth-sia.c b/auth-sia.c index 051d152cf..7c97f03e5 100644 --- a/auth-sia.c +++ b/auth-sia.c | |||
@@ -36,6 +36,7 @@ | |||
36 | #include <string.h> | 36 | #include <string.h> |
37 | 37 | ||
38 | #include "ssh.h" | 38 | #include "ssh.h" |
39 | #include "ssh_api.h" | ||
39 | #include "key.h" | 40 | #include "key.h" |
40 | #include "hostfile.h" | 41 | #include "hostfile.h" |
41 | #include "auth.h" | 42 | #include "auth.h" |