diff options
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 30df75166..6b706f0af 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c | |||
@@ -14,9 +14,7 @@ | |||
14 | 14 | ||
15 | #include <openssl/bn.h> | 15 | #include <openssl/bn.h> |
16 | 16 | ||
17 | #if defined(HAVE_NETDB_H) | 17 | #include <netdb.h> |
18 | # include <netdb.h> | ||
19 | #endif | ||
20 | #include <errno.h> | 18 | #include <errno.h> |
21 | #include <stdarg.h> | 19 | #include <stdarg.h> |
22 | #include <setjmp.h> | 20 | #include <setjmp.h> |