summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 64d4d0870..416d3f5c1 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -15,6 +15,9 @@
15# include <sys/time.h> 15# include <sys/time.h>
16#endif 16#endif
17 17
18#include <netinet/in.h>
19#include <arpa/inet.h>
20
18#include <openssl/bn.h> 21#include <openssl/bn.h>
19 22
20#include <netdb.h> 23#include <netdb.h>