aboutsummaryrefslogtreecommitdiff
path: root/libssh/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/crypt.c')
-rw-r--r--libssh/crypt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libssh/crypt.c b/libssh/crypt.c
index 4fcfe42..3e9a852 100644
--- a/libssh/crypt.c
+++ b/libssh/crypt.c
@@ -26,6 +26,10 @@
#include <stdio.h>
#include <string.h>
+#ifndef _WIN32
+#include <arpa/inet.h>
+#endif
+
#ifdef OPENSSL_CRYPTO
#include <openssl/blowfish.h>
#include <openssl/evp.h>