summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh.c b/ssh.c
index a34990b54..efc4af6d4 100644
--- a/ssh.c
+++ b/ssh.c
@@ -67,6 +67,9 @@
67#include <string.h> 67#include <string.h>
68#include <unistd.h> 68#include <unistd.h>
69 69
70#include <netinet/in.h>
71#include <arpa/inet.h>
72
70#include <openssl/evp.h> 73#include <openssl/evp.h>
71#include <openssl/err.h> 74#include <openssl/err.h>
72 75