aboutsummaryrefslogtreecommitdiff
path: root/src/kex1.c
diff options
context:
space:
mode:
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"