aboutsummaryrefslogtreecommitdiff
path: root/src/knownhosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/knownhosts.c')
-rw-r--r--src/knownhosts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/knownhosts.c b/src/knownhosts.c
index 648cd777..28f5e4a6 100644
--- a/src/knownhosts.c
+++ b/src/knownhosts.c
@@ -28,8 +28,11 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
+
+#ifndef _WIN32
#include <arpa/inet.h>
#include <netinet/in.h>
+#endif
#include "libssh/priv.h"
#include "libssh/dh.h"