diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-09-08 09:54:41 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-09-08 09:54:41 +1000 |
commit | 17da530d609a62b9d6e5da436feefa4fe38bae7b (patch) | |
tree | 07d1d9d9c9c495352554578e09b6e506b634fe9b /auth-sia.c | |
parent | 89f59cea1c38ec2dea4e70d61603af8e2668dc94 (diff) |
- (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patch
from Chris Adams.
Diffstat (limited to 'auth-sia.c')
-rw-r--r-- | auth-sia.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-sia.c b/auth-sia.c index 63304d36e..a9e1c258c 100644 --- a/auth-sia.c +++ b/auth-sia.c | |||
@@ -36,6 +36,8 @@ | |||
36 | #include <string.h> | 36 | #include <string.h> |
37 | 37 | ||
38 | #include "ssh.h" | 38 | #include "ssh.h" |
39 | #include "key.h" | ||
40 | #include "hostfile.h" | ||
39 | #include "auth.h" | 41 | #include "auth.h" |
40 | #include "auth-sia.h" | 42 | #include "auth-sia.h" |
41 | #include "log.h" | 43 | #include "log.h" |