aboutsummaryrefslogtreecommitdiff
path: root/libssh/keyfiles.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/keyfiles.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/keyfiles.c')
-rw-r--r--libssh/keyfiles.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c
index 1a1511ef..d7f5761e 100644
--- a/libssh/keyfiles.c
+++ b/libssh/keyfiles.c
@@ -29,6 +29,11 @@
#include <stdlib.h>
#include <fcntl.h>
#include <ctype.h>
+
+#ifndef _WIN32
+#include <arpa/inet.h>
+#endif
+
#include "libssh/priv.h"
#ifdef HAVE_LIBGCRYPT