aboutsummaryrefslogtreecommitdiff
path: root/libssh/crypt.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-06-09 12:03:00 +0000
committerAndreas Schneider <mail@cynapses.org>2009-06-09 12:03:00 +0000
commit5a755a8219fb3d1d6337300178b0572bd7397fe9 (patch)
tree2c51362c63c54a7d628afe9bff56ffd33def2aa2 /libssh/crypt.c
parent910689126adb65b7675965ce1c1d00261ffecc4c (diff)
downloadlibssh-5a755a8219fb3d1d6337300178b0572bd7397fe9.tar.gz
libssh-5a755a8219fb3d1d6337300178b0572bd7397fe9.tar.xz
libssh-5a755a8219fb3d1d6337300178b0572bd7397fe9.zip
Fix build warnings.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@774 7dcaeef0-15fb-0310-b436-a5af3365683c
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>