aboutsummaryrefslogtreecommitdiff
path: root/src/kex1.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-11 08:24:33 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-11 08:24:33 +0200
commit04faa332596b6f37af7dfd68910aedb3dde86dfc (patch)
tree78344077e6154c4d8797cf915ab741b5b29f4470 /src/kex1.c
parent35dce7e8d181a5bd8bb78e030c1d93a439b1d217 (diff)
downloadlibssh-04faa332596b6f37af7dfd68910aedb3dde86dfc.tar.gz
libssh-04faa332596b6f37af7dfd68910aedb3dde86dfc.tar.xz
libssh-04faa332596b6f37af7dfd68910aedb3dde86dfc.zip
kex: Fix includes.
Diffstat (limited to 'src/kex1.c')
-rw-r--r--src/kex1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kex1.c b/src/kex1.c
index 9daf5c33..ef1ccb48 100644
--- a/src/kex1.c
+++ b/src/kex1.c
@@ -23,6 +23,10 @@
#include "config.h"
+#ifndef _WIN32
+#include <arpa/inet.h>
+#endif
+
#include "libssh/priv.h"
#include "libssh/buffer.h"
#include "libssh/kex.h"